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

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

Daodan: Moved flatline to subfolder, flatline enabled through patch "flatline"

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