Update blank component (#4711)

This commit is contained in:
jonpas 2016-11-26 00:38:06 +01:00 committed by PabstMirror
parent 8f16702e64
commit 23ff6252cf
4 changed files with 14 additions and 2 deletions

11
extras/blank/README.md Normal file
View File

@ -0,0 +1,11 @@
ace_blank
===================
Adds blank feature.
## Maintainers
The people responsible for merging changes to this component or answering potential questions.
- [Name](https://github.com/name)

View File

@ -2,6 +2,8 @@
ADDON = false; ADDON = false;
PREP_RECOMPILE_START;
#include "XEH_PREP.hpp" #include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
ADDON = true; ADDON = true;

View File

@ -1,3 +1,3 @@
#include "script_component.hpp" #include "script_component.hpp"
diag_log text format["This is here as an example!!!"]; diag_log text format ["This is here as an example!!!"];

View File

@ -4,7 +4,6 @@
// #define DEBUG_MODE_FULL // #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE // #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS // #define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_BLANK #ifdef DEBUG_ENABLED_BLANK