]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_dbg.h
scroll.exe works again but the fps thingy dose not work because of MM
[16.git] / src / lib / 16_dbg.h
index 1454e091a463ba56737757b3ffa6562fc6b45a3c..381ed567d694d0485c6ca72a1ac3871ac10a664f 100755 (executable)
@@ -2,17 +2,23 @@
 #ifndef _SRC_LIB_16_DBG\r
 #define _SRC_LIB_16_DBG\r
 \r
-//#define __DEBUG__\r
+#include "src/lib/16_head.h"\r
+#include "src/lib/16_tdef.h"\r
+\r
+#define __DEBUG__\r
+#define __DEBUG_InputMgr__\r
 //#define __DEBUG_PM__\r
 //#define __DEBUG_MM__\r
 \r
+\r
 #ifdef __DEBUG__\r
 #ifdef __DEBUG_PM__\r
-extern boolean dbg_debugpm=0;\r
+extern boolean dbg_debugpm;\r
 #endif\r
 #ifdef __DEBUG_InputMgr__\r
-extern boolean dbg_testkeyin=0,dbg_testcontrolnoisy=0;\r
+extern boolean dbg_testkeyin,dbg_testcontrolnoisy,dbg_noplayerinpu;\r
 #endif\r
+extern boolean dbg_nommpmca;\r
 #endif\r
 \r
 # ifdef DEBUGSERIAL\r