| 1 |
< |
#include "Oni.h" |
| 1 |
> |
#ifndef FLATLINE_HOOKS_H |
| 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 |
< |
int FLrHook_DebugNameTextureInit(short width, short height, int type, int allocated, int flags, char* name, void** output); |
| 8 |
< |
short FLrHook_DebugNameShadeHack( Character* Char ); |
| 9 |
< |
void FLrHook_Lasers( Character* PlayerChar ); |
| 7 |
> |
void FLrHook_Lasers( Character* PlayerChar ); |
| 8 |
> |
|
| 9 |
> |
#endif |