# | Line 2 | Line 2 | |
---|---|---|
2 | #define FLATLINE_HOOKS_H | |
3 | ||
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 | ||
9 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |