X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.h;h=c39155d26eaf2871e0870cadd92f040b0fe5ad47;hb=00733c2c8a7f1c5a1b618af05c39235fdd203364;hp=a50fcb5e271eb28cb59a60e7552b375c3cd9fac9;hpb=50946018e8bcf26ad8a2541a3584c7ae7d5d32e7;p=16.git diff --git a/src/16.h b/src/16.h index a50fcb5e..c39155d2 100755 --- a/src/16.h +++ b/src/16.h @@ -24,19 +24,11 @@ #define __16_H_ #include "src/lib/16_head.h" -#include "src/lib/16_in.h" +#include "src/lib/16_tail.h" #include "src/lib/16_vl.h" -#include "src/lib/wcpu/wcpu.h" -//++++#include "src/lib/scroll16.h" +#include "src/lib/wcpu/16_wcpu.h" +#include "src/lib/scroll16.h" #include "src/lib/16_timer.h" #include "src/lib/16_dbg.h" -typedef enum { - ENGI_EXIT, - ENGI_QUIT, - ENGI_RUN, - ENGI_INPUT, - ENGI_PAUSE -} engi_stat_t; - #endif /*__16_H_*/