precompile and cache functions at game start

This commit is contained in:
commy2 2016-09-19 14:41:02 +02:00
parent a2805fad53
commit f60b368c65
5 changed files with 14 additions and 5 deletions

View File

@ -0,0 +1,6 @@
PREP(hit);
PREP(isBleeding);
PREP(onBleeding);
PREP(createBlood);
PREP(spurt);

View File

@ -1,7 +1,7 @@
#include "script_component.hpp"
PREP(hit);
PREP(isBleeding);
PREP(onBleeding);
PREP(createBlood);
PREP(spurt);
ADDON = false;
#include "XEH_PREP.hpp"
ADDON = true;

View File

@ -0,0 +1,3 @@
#include "script_component.hpp"
#include "XEH_PREP.hpp"

Binary file not shown.

Binary file not shown.