ACE3/addons/kestrel4500/XEH_preInit.sqf
ulteq 0315219cf2 Added new Kestrel4500 branch:
*TODO: Fix the dialog button actions (action="...") in RscTitles.hpp
2015-04-07 17:43:54 +02:00

13 lines
200 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(buttonPressed);
PREP(collectData);
PREP(createKestrelDialog);
PREP(displayKestrel);
PREP(generateOutputData);
PREP(updateDisplay);
ADDON = true;