ACE3/addons/advanced_ballistics/CfgVehicles.hpp

12 lines
285 B
C++
Raw Normal View History

2015-04-05 19:08:55 +00:00
class CfgVehicles {
class Module_F;
class GVAR(Module): Module_F {
author = "Ruthberg";
category = "ACE";
displayName = "Advanced Ballistics";
scope = 2;
isGlobal = 1;
icon = QUOTE(PATHTOF(UI\Icon_Module_Wind_ca.paa));
};
};