This commit is contained in:
Charles 2001-01-16 20:55:05 +00:00
parent 2812dda9e5
commit 2c54c59bdd

13
source/game/event.h Normal file
View File

@ -0,0 +1,13 @@
/*****************/
/** Game Events **/
/*****************/
#ifndef __GAME_EVENT_H__
#define __GAME_EVENT_H__
enum GAME_EVENT
{
USER_REQUEST_TALK_EVENT,
};
#endif