X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2F16.h;h=7f792bbb53601129973ca8d5db93aea447649d17;hb=c9568e2ba705c5cf44d5403c114b3ef1a6df5b95;hp=fedf014e76ec71571fce6d29fcd0770911033dd8;hpb=b6ae782dca4da6013125ca45de50dca773989385;p=16.git diff --git a/src/16.h b/src/16.h index fedf014e..7f792bbb 100755 --- a/src/16.h +++ b/src/16.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -27,14 +27,17 @@ #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/planar.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_INPUT, + ENGI_PAUSE } engi_stat_t; #endif /*__16_H_*/