ACE3/addons/medical/config.cpp

17 lines
361 B
C++
Raw Normal View History

#include "script_component.hpp"
2015-02-03 19:09:25 +00:00
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {ace_common, ace_interaction};
author[] = {""};
authorUrl = "";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
2015-02-06 12:47:17 +00:00
#include "CfgVehicles.hpp"