OSDN Git Service

modified: src/eng_core.cpp
[proj16/16.git] / src / engine.h
1 #ifndef _ENGINE_H_\r
2 #define _ENGINE_H_
3
4 typedef enum {\r
5         ENGINE_EXIT,\r
6         ENGINE_QUIT,\r
7         ENGINE_RUN,\r
8         ENGINE_INPUT\r
9 } engine_message;\r
10 #endif