X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=37c269631297cc39a02a1c1185e6a54dcda283a3;hb=033a884c3a161367f6820dbcc959111403ecd497;hp=3322046c9b0ae1901f77cda3ee2d714dc6edb273;hpb=ea82069949d35f517679d02184787b70a74c2fc2;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index 3322046c..37c26963 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -1,12 +1,35 @@ +/* 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 _SRC_LIB_16_DBG #define _SRC_LIB_16_DBG -#include "src/lib/16_head.h" +//#include "src/lib/16_head.h" #include "src/lib/16_pm.h" -#include "src/lib/16_tdef.h" +//#include "src/lib/16_tdef.h" #define __DEBUG__ + +#ifdef __DEBUG__ //#define __DEBUG_InputMgr__ #define __DEBUG_MAP__ //#define __DEBUG_2__ @@ -16,6 +39,7 @@ //#define __DEBUG_RF__ #define __DEBUG_SPRI__ #define __DEBUG_VL__ +#endif #ifdef __DEBUG__