mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Renamed tracers into balltracers
This commit is contained in:
parent
f40e471fb9
commit
60e3d8ff6a
1
optionals/balltracers/$PBOPREFIX$
Normal file
1
optionals/balltracers/$PBOPREFIX$
Normal file
@ -0,0 +1 @@
|
|||||||
|
z\ace\addons\balltracers
|
12
optionals/balltracers/script_component.hpp
Normal file
12
optionals/balltracers/script_component.hpp
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#define COMPONENT balltracers
|
||||||
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
|
#ifdef DEBUG_ENABLED_SYS_BALLTRACERS
|
||||||
|
#define DEBUG_MODE_FULL
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef DEBUG_SETTINGS_SYS_BALLTRACERS
|
||||||
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_SYS_BALLTRACERS
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1 +0,0 @@
|
|||||||
z\ace\addons\tracers
|
|
@ -1,12 +0,0 @@
|
|||||||
#define COMPONENT tracers
|
|
||||||
#include "\z\ace\addons\main\script_mod.hpp"
|
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_SYS_TRACERS
|
|
||||||
#define DEBUG_MODE_FULL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef DEBUG_SETTINGS_SYS_TRACERS
|
|
||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_SYS_TRACERS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "\z\ace\addons\main\script_macros.hpp"
|
|
Loading…
Reference in New Issue
Block a user