X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.h;h=f5084e6c71773d3bd790e442679bb4a69fd9f727;hb=6021fc3f27b895d382fbd30488ead35657e39196;hp=d6038ae86439a53daac77ea60817a091a25f5eaf;hpb=5e15fd0dadb195739e333d5d49acfdef1a42074b;p=16.git diff --git a/src/16.h b/src/16.h old mode 100644 new mode 100755 index d6038ae8..f5084e6c --- a/src/16.h +++ b/src/16.h @@ -1,31 +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/modex16.h" -#include "src/lib/wcpu/wcpu.h" -#include "src/lib/planar.h" - -#endif /*__16_H_*/ +/* Project 16 Source Code~ + * Copyright (C) 2012-2018 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_*/