X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.h;h=dd35aa6e7a57382ee28e84ce0f9a3b6aea2d5228;hb=256be2f6f35912701d3e3770e49e388f462a6acc;hp=fedf014e76ec71571fce6d29fcd0770911033dd8;hpb=b6ae782dca4da6013125ca45de50dca773989385;p=16.git diff --git a/src/16.h b/src/16.h index fedf014e..dd35aa6e 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-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -24,17 +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" - -typedef enum { - ENGI_EXIT, - ENGI_QUIT, - ENGI_RUN, - ENGI_INPUT -} engi_stat_t; +#include "src/lib/16_timer.h" +#include "src/lib/16_dbg.h" #endif /*__16_H_*/