source: Daodan/src/flatline/Flatline_Hooks.h@ 888

Last change on this file since 888 was 878, checked in by alloc, 11 years ago

Daodan: Flatline fix

File size: 291 bytes
Line 
1#ifndef FLATLINE_HOOKS_H
2#define FLATLINE_HOOKS_H
3
4#include "../Oni.h"
5char* ONICALL FLrHook_DoorOpen( DoorObject *Door, Character *Char);
6short ONICALL FLrHook_ConsoleActivate( void *inObject, Character *inCharacter );
7void ONICALL FLrHook_Lasers( Character* PlayerChar );
8
9#endif
Note: See TracBrowser for help on using the repository browser.