Add ADDON variable to blank module

This commit is contained in:
KoffeinFlummi 2015-01-19 12:40:03 +01:00
parent 4356c0d02b
commit 340f75fc03

View File

@ -1,3 +1,7 @@
#include "script_component.hpp" #include "script_component.hpp"
ADDON = false;
PREP(empty); PREP(empty);
ADDON = true;