ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
Flatline_BSL.h
Revision:
876
Committed:
Sat Jun 1 20:29:59 2013 UTC
(12 years, 4 months ago) by
gumby
Content type:
text/x-chdr
File size:
238 byte(s)
Log Message:
Daodan pass 1
File Contents
#
Content
1
#ifndef FLATLINE_BSL_H
2
#define FLATLINE_BSL_H
3
#include
"Daodan.h"
4
void
SLrFlatline_Initialize
();
5
uint16_t
ONICALL
FLrSpawnHack
(
sl_callinfo
*
callinfo
,
uint32_t
numargs
,
sl_arg
args
[],
int
*
dontuse1
,
int
*
dontuse2
,
sl_arg
*
ret
);
6
#endif