Revision: | 878 |
Committed: | Sun Jun 2 11:58:39 2013 UTC (12 years, 4 months ago) by alloc |
Content type: | text/x-chdr |
File size: | 291 byte(s) |
Log Message: | Daodan: Flatline fix |
# | Content |
---|---|
1 | #ifndef FLATLINE_HOOKS_H |
2 | #define FLATLINE_HOOKS_H |
3 | |
4 | #include "../Oni.h" |
5 | char* ONICALL FLrHook_DoorOpen( DoorObject *Door, Character *Char); |
6 | short ONICALL FLrHook_ConsoleActivate( void *inObject, Character *inCharacter ); |
7 | void ONICALL FLrHook_Lasers( Character* PlayerChar ); |
8 | |
9 | #endif |