SBSPSS/source/game/event.h
Charles 2c54c59bdd
2001-01-16 20:55:05 +00:00

13 lines
166 B
C

/*****************/
/** Game Events **/
/*****************/
#ifndef __GAME_EVENT_H__
#define __GAME_EVENT_H__
enum GAME_EVENT
{
USER_REQUEST_TALK_EVENT,
};
#endif