mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8eefffe811
* Recoil code cleanup * Store recoil values as numbers in config, only `compile` if needed * Updated header --------- Co-authored-by: PabstMirror <pabstmirror@gmail.com>
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
// by commy2
|
|
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
GVAR(recoilCache) = createHashMap;
|
|
|
|
ADDON = true;
|