mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update blank component (#4711)
This commit is contained in:
parent
8f16702e64
commit
23ff6252cf
11
extras/blank/README.md
Normal file
11
extras/blank/README.md
Normal 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)
|
@ -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;
|
||||||
|
@ -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!!!"];
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user