This commit is contained in:
parent
2812dda9e5
commit
2c54c59bdd
1 changed files with 13 additions and 0 deletions
13
source/game/event.h
Normal file
13
source/game/event.h
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
/*****************/
|
||||||
|
/** Game Events **/
|
||||||
|
/*****************/
|
||||||
|
|
||||||
|
#ifndef __GAME_EVENT_H__
|
||||||
|
#define __GAME_EVENT_H__
|
||||||
|
|
||||||
|
enum GAME_EVENT
|
||||||
|
{
|
||||||
|
USER_REQUEST_TALK_EVENT,
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
Loading…
Add table
Reference in a new issue