source:
Daodan/src/flatline/Flatline_Hooks.h@
921
| Last change on this file since 921 was 878, checked in by , 12 years ago | |
|---|---|
| File size: 291 bytes | |
| Line | |
|---|---|
| 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 |
Note:
See TracBrowser
for help on using the repository browser.
