ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
flatline
/
Flatline_BSL.h
Revision:
877
Committed:
Sun Jun 2 11:25:34 2013 UTC
(12 years, 4 months ago) by
alloc
Content type:
text/x-chdr
File size:
243 byte(s)
Log Message:
Daodan: Moved flatline to subfolder, flatline enabled through patch "flatline"
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