ACE3/optionals/server/config.cpp

20 lines
457 B
C++
Raw Normal View History

2015-03-27 19:35:44 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
2016-06-19 07:12:25 +00:00
name = COMPONENT_NAME;
2015-03-27 19:35:44 +00:00
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Glowbal"};
url = ECSTRING(main,URL);
2015-03-27 19:35:44 +00:00
VERSION_CONFIG;
};
};
class ACE_ServerSettings {
#include "\userconfig\ace\serverconfig.hpp"
};