X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.h;h=dd35aa6e7a57382ee28e84ce0f9a3b6aea2d5228;hb=0902e0e217ef1eb91af959aa8ab47f355f6678e9;hp=e8dcbf74e4d0097f089808c803aed4b81f9fc308;hpb=fff0f71242f32851524284239d75b294f1fadf07;p=16.git diff --git a/src/16.h b/src/16.h index e8dcbf74..dd35aa6e 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 & yakui-lover + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -26,17 +26,9 @@ #include "src/lib/16_head.h" #include "src/lib/16_tail.h" #include "src/lib/16_vl.h" -#include "src/lib/wcpu/wcpu.h" -#include "src/lib/16_scr.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_*/