X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.h;h=ee5fb90b4909b503dd8c0b10039513fe9c7275a2;hb=c651be58efdc106a455240203335aca4864f3d05;hp=d6038ae86439a53daac77ea60817a091a25f5eaf;hpb=5e15fd0dadb195739e333d5d49acfdef1a42074b;p=16.git diff --git a/src/16.h b/src/16.h old mode 100644 new mode 100755 index d6038ae8..ee5fb90b --- a/src/16.h +++ b/src/16.h @@ -24,8 +24,16 @@ #define __16_H_ #include "src/lib/16_head.h" +#include "src/lib/16_in.h" #include "src/lib/modex16.h" #include "src/lib/wcpu/wcpu.h" #include "src/lib/planar.h" +typedef enum { + ENGI_EXIT, + ENGI_QUIT, + ENGI_RUN, + ENGI_INPUT +} engi_stat_t; + #endif /*__16_H_*/