Initial commit.
This commit is contained in:
10
code/game/events.h
Normal file
10
code/game/events.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __EVENTS__
|
||||
#define __EVENTS__
|
||||
|
||||
typedef enum //# eventType_e
|
||||
{
|
||||
EV_BAD = 0,
|
||||
|
||||
} eventType_t;
|
||||
|
||||
#endif //__EVENTS__
|
||||
Reference in New Issue
Block a user