ACE3/addons/spectator/config.cpp
2015-06-28 19:34:21 -07:00

19 lines
451 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"voiper"};
authorUrl = "https://github.com/voiperr/";
VERSION_CONFIG;
};
};
#include "ACE_Settings.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "rsc_defines.hpp"
#include "UI.hpp"