ACE3/addons/explosives/XEH_preInit.sqf

23 lines
255 B
Plaintext
Raw Normal View History

/*
* Author: Garth 'L-H' de Wet
* Initialises the explosives system
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* None
*
* Public: No
*/
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
2015-01-29 07:38:46 +00:00
ADDON = true;