source:
Daodan/src/flatline/Flatline_Hooks.h@
891
Last change on this file since 891 was 878, checked in by , 11 years ago | |
---|---|
File size: 291 bytes |
Rev | Line | |
---|---|---|
[877] | 1 | #ifndef FLATLINE_HOOKS_H |
2 | #define FLATLINE_HOOKS_H | |
3 | ||
4 | #include "../Oni.h" | |
[878] | 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 ); | |
[877] | 8 | |
9 | #endif |
Note:
See TracBrowser
for help on using the repository browser.