This commit is contained in:
parent
2812dda9e5
commit
2c54c59bdd
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…
Reference in New Issue
Block a user