ACE3/addons/laserpointer/script_component.hpp
Grim bd4d1a7a50
IR Lights - Fix visible pointers for DBAL (#9414)
* fix dbal visible pointer

* fix dbal visible pointer

* remove unused macro

* tweak numbers, move define to single file

* change max range
2023-09-19 22:55:15 +02:00

19 lines
497 B
C++

#define COMPONENT laserpointer
#define COMPONENT_BEAUTIFIED Laser Pointer
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_LASERPOINTER
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_LASERPOINTER
#define DEBUG_SETTINGS DEBUG_ENABLED_LASERPOINTER
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#include "\z\ace\addons\laserpointer\script_macros_config.hpp"