mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
3c41d37417
* overhaul movable markers * moving markers setting * disable debug * fix conflict with map gestures
10 lines
263 B
C++
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);
|
|
};
|
|
};
|