WindDef - Enable Eventhandler

This commit is contained in:
PabstMirror 2015-03-12 00:18:18 -05:00
parent f64abcd583
commit 86441ce6c5
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call compile preprocessFileLineNumbers PATHTOF(XEH_preInit.sqf) );
init = QUOTE(call COMPILE_FILE(XEH_preInit));
};
};

View File

@ -28,4 +28,6 @@ class ACE_Settings {
isClientSetable = 0;
};
};
#include "CfgVehicles.h"
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.h"

View File

@ -16,6 +16,8 @@
*
*/
x=_this;
#include "script_component.hpp"
private ["_unit", "_weapon", "_ammo", "_bullet", "_airFriction", "_index"];