mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-26 05:12:54 +00:00
* Added public mine detector framework * Fix variables on respawn Co-authored-by: PabstMirror <pabstmirror@gmail.com> --------- Co-authored-by: PabstMirror <pabstmirror@gmail.com>
18 lines
436 B
C++
18 lines
436 B
C++
#define COMPONENT minedetector
|
|
#define COMPONENT_BEAUTIFIED Mine Detector
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
#ifdef DEBUG_ENABLED_MINEDETECTOR
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_MINEDETECTOR
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MINEDETECTOR
|
|
#endif
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|