Initial commit for finger-pointing module

This commit is contained in:
Drill
2015-06-07 12:10:50 +03:00
parent c40a2a9a2f
commit 96e073e66d
17 changed files with 518 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#define COMPONENT finger
#include "\z\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_FINGER
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_FINGER
#define DEBUG_SETTINGS DEBUG_SETTINGS_FINGER
#endif
#include "\z\ace\Addons\main\script_macros.hpp"