ACE3/addons/markers/CfgVehicles.hpp
commy2 3c41d37417 overhaul movable markers (#5922)
* overhaul movable markers

* moving markers setting

* disable debug

* fix conflict with map gestures
2018-01-05 18:55:00 +01:00

10 lines
263 B
C++

class CfgVehicles {
class ACE_Module;
class ACE_ModuleMarkers: ACE_Module {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(Module_DisplayName);
scope = 1;
icon = QPATHTOF(UI\Icon_Module_Markers_ca.paa);
};
};