ACE3/addons/spectator/config.cpp

19 lines
467 B
C++
Raw Normal View History

2015-06-29 02:34:21 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
2015-07-17 15:45:16 +00:00
author[] = {"F3 Project","Head","SilentSpike","voiper"};
authorUrl = "https://github.com/acemod";
2015-06-29 02:34:21 +00:00
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
2015-07-15 10:38:33 +00:00
#include "ui\interface.hpp"