ACE3/TO_MERGE/cse/gui/Combat_Space_Enhancement.h
Thomas Kooi db6f30fcc9 Added cse_gui source
Does not include the Icon pack. When using the UI it may throw up some missing .paa file errors. Replacements will need to be found if we want to use those.
2015-01-12 23:23:51 +01:00

13 lines
288 B
C++

class Combat_Space_Enhancement {
class EventHandlers {
class PostInit_EventHandlers {
class cse_gui {
init = " call compile preprocessFile 'cse\cse_gui\init.sqf';";
};
};
};
class CustomEventHandlers {
class openRadialMenu {}; // [_menuName, _entries, _target]
};
};