ACE3/addons/ui/config.cpp

21 lines
470 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"VKing", "Jonpas"};
authorUrl = "https://github.com/acemod/ACE3";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "ACE_Settings.hpp"
#include "RscChat.hpp"
#include "RscVignette.hpp"