X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.h;h=dd35aa6e7a57382ee28e84ce0f9a3b6aea2d5228;hb=2fc6c650cc91ba3a4447630286d9aa4bb92bbfda;hp=ee5fb90b4909b503dd8c0b10039513fe9c7275a2;hpb=f1605e99959acfb32b36ae875601fc14dd670742;p=16.git diff --git a/src/16.h b/src/16.h index ee5fb90b..dd35aa6e 100755 --- a/src/16.h +++ b/src/16.h @@ -1,39 +1,34 @@ -/* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 - * - * This file is part of Project 16. - * - * Project 16 is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * Project 16 is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see , or - * write to the Free Software Foundation, Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301 USA. - * - */ - -#ifndef __16_H_ -#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" - -typedef enum { - ENGI_EXIT, - ENGI_QUIT, - ENGI_RUN, - ENGI_INPUT -} engi_stat_t; - -#endif /*__16_H_*/ +/* Project 16 Source Code~ + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * + * This file is part of Project 16. + * + * Project 16 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + +#ifndef __16_H_ +#define __16_H_ + +#include "src/lib/16_head.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" +#include "src/lib/16_dbg.h" + +#endif /*__16_H_*/