]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_dbg.h
i did some minor things including commenting out some joy stick timing stuff and...
[16.git] / src / lib / 16_dbg.h
index c6554cbf5e78fb4e117b81727281a11cfb70795a..f71f545b59181d5c3ed4d71337dffbcbf3c97cb3 100755 (executable)
@@ -1,21 +1,42 @@
+/* Project 16 Source Code~\r
+ * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
+ *\r
+ * This file is part of Project 16.\r
+ *\r
+ * Project 16 is free software; you can redistribute it and/or modify\r
+ * it under the terms of the GNU General Public License as published by\r
+ * the Free Software Foundation; either version 3 of the License, or\r
+ * (at your option) any later version.\r
+ *\r
+ * Project 16 is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>, or\r
+ * write to the Free Software Foundation, Inc., 51 Franklin Street,\r
+ * Fifth Floor, Boston, MA 02110-1301 USA.\r
+ *\r
+ */\r
 \r
 #ifndef _SRC_LIB_16_DBG\r
 #define _SRC_LIB_16_DBG\r
 \r
-#include "src/lib/16_head.h"\r
+//#include "src/lib/16_head.h"\r
 #include "src/lib/16_pm.h"\r
-#include "src/lib/16_tdef.h"\r
+//#include "src/lib/16_tdef.h"\r
 \r
-//#define __DEBUG__\r
+#define __DEBUG__\r
 \r
 #ifdef __DEBUG__\r
-//#define __DEBUG_InputMgr__\r
+#define __DEBUG_InputMgr__\r
 #define __DEBUG_MAP__\r
 //#define __DEBUG_2__\r
 //#define __DEBUG_CA__\r
 //#define __DEBUG_PM__\r
 //#define __DEBUG_MM__\r
-//#define __DEBUG_RF__\r
+#define __DEBUG_RF__\r
 #define __DEBUG_SPRI__\r
 #define __DEBUG_VL__\r
 #endif\r
@@ -33,7 +54,7 @@ extern boolean dbg_debugpm;
 extern boolean dbg_debugca;\r
 #endif\r
 #ifdef __DEBUG_InputMgr__\r
-extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_nointest;\r
+extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_nointest,dbg_joymousedelta;\r
 #endif\r
 #ifdef __DEBUG_MAP__\r
 extern boolean dbg_maptext;\r