mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
986ac43a68
* Cache config UI * Use configClasses to prevent reading entries in base class * Fix header not containing return value * One more count * More lazy eval
10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
#include "XEH_PREP.hpp"
|
|
|
|
GVAR(interfaceInitialized) = false;
|
|
|
|
ADDON = true;
|