X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.h;h=0c2a8a7e4114cf3a5b6d48a9bf8d0e6bbcadf8db;hb=a565be31ce92d6168ae6983042da75b0b683e52b;hp=cb3cbbf47150b886e2a868ace0702581bbf1f637;hpb=dd532df1ba5c28f9efe78c512052563086381e9b;p=16.git diff --git a/src/16.h b/src/16.h index cb3cbbf4..0c2a8a7e 100755 --- a/src/16.h +++ b/src/16.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 + * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -24,20 +24,11 @@ #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" +#include "src/lib/16_tail.h" +#include "src/lib/16_vl.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_*/