Renamed tracers into balltracers

This commit is contained in:
ulteq 2015-05-19 16:55:55 +02:00
parent f40e471fb9
commit 60e3d8ff6a
31 changed files with 13 additions and 13 deletions

View File

@ -0,0 +1 @@
z\ace\addons\balltracers

View 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"

View File

@ -1 +0,0 @@
z\ace\addons\tracers

View File

@ -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"