X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.h;h=c3cd46778afe4c4569e10ab72d2ec993ca5518ab;hb=4d4c2774d4e51f7356f7a5ef32ef61a9fd2c299a;hp=bb8703268897cccf9658b78ba48f9120fef51deb;hpb=4abdbc1a7b9643df0fcc8762c60ef874cb4de63d;p=16.git diff --git a/src/16.h b/src/16.h index bb870326..c3cd4677 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-2022 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -24,19 +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" - -typedef enum { - ENGI_EXIT, - ENGI_QUIT, - ENGI_RUN, - ENGI_INPUT, - ENGI_PAUSE -} engi_stat_t; +#include "src/lib/16_dbg.h" #endif /*__16_H_*/