ACE3/addons/ui/config.cpp

21 lines
459 B
C++
Raw Normal View History

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"VKing", "Jonpas"};
2015-08-19 02:18:33 +00:00
authorUrl = "http://ace3mod.com/";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "ACE_Settings.hpp"
#include "RscChat.hpp"
#include "RscVignette.hpp"