ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
flatline
/
Flatline_Hooks.h
Revision:
877
Committed:
Sun Jun 2 11:25:34 2013 UTC
(12 years, 4 months ago) by
alloc
Content type:
text/x-chdr
File size:
268 byte(s)
Log Message:
Daodan: Moved flatline to subfolder, flatline enabled through patch "flatline"
File Contents
#
Content
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
void
FLrHook_Lasers
(
Character
*
PlayerChar
);
8
9
#endif