diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-09 21:50:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-09 21:50:33 +0300 |
commit | 4faba7f0df6abf47477d5408637103cd61df68a6 (patch) | |
tree | 3dfcdb83bb9ad266e0ef5d969ce853418be3ecb8 /src/debug.h | |
parent | cda0e9f6f9b9461f87af33f8a2f46c4464d473b5 (diff) | |
download | plus-4faba7f0df6abf47477d5408637103cd61df68a6.tar.gz plus-4faba7f0df6abf47477d5408637103cd61df68a6.tar.bz2 plus-4faba7f0df6abf47477d5408637103cd61df68a6.tar.xz plus-4faba7f0df6abf47477d5408637103cd61df68a6.zip |
Add code for joystick debug.
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h index 3c509152d..00a0ec3d0 100644 --- a/src/debug.h +++ b/src/debug.h @@ -20,6 +20,8 @@ #include "localconsts.h" +//#define DEBUG_JOYSTICK 1 + #ifdef ENABLE_MEM_DEBUG //define _DEBUG_NEW_EMULATE_MALLOC 1 #include "debug/debug_new.h" |