mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-10 15:22:09 +00:00
10 lines
No EOL
129 B
C
10 lines
No EOL
129 B
C
#ifndef __EVENTS__
|
|
#define __EVENTS__
|
|
|
|
typedef enum //# eventType_e
|
|
{
|
|
EV_BAD = 0,
|
|
|
|
} eventType_t;
|
|
|
|
#endif //__EVENTS__
|