Changeset 878 for Daodan/src/flatline/Flatline_Hooks.h
- Timestamp:
- Jun 2, 2013, 1:58:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/flatline/Flatline_Hooks.h
r877 r878 3 3 4 4 #include "../Oni.h" 5 char *FLrHook_DoorOpen( DoorObject *Door, Character *Char);6 short FLrHook_ConsoleActivate( void *inObject, Character *inCharacter );7 void FLrHook_Lasers( Character* PlayerChar );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 8 9 9 #endif
Note:
See TracChangeset
for help on using the changeset viewer.