X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.h;h=e8dcbf74e4d0097f089808c803aed4b81f9fc308;hb=c11666ac6f605f561e9c6c6f2bba3bccea4a7b18;hp=7b2f9811d5e9c6aa9130a06d4c44f9d7dac7510c;hpb=707c5310d94a386646727cafad91f93cc65052ad;p=16.git diff --git a/src/16.h b/src/16.h index 7b2f9811..e8dcbf74 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. * @@ -24,16 +24,19 @@ #define __16_H_ #include "src/lib/16_head.h" -#include "src/lib/16_in.h" -#include "src/lib/modex16.h" +#include "src/lib/16_tail.h" +#include "src/lib/16_vl.h" #include "src/lib/wcpu/wcpu.h" -#include "src/lib/planar.h" +#include "src/lib/16_scr.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_*/