Epoch/Sources/epoch_server_core/config.cpp

46 lines
1021 B
C++
Raw Normal View History

2015-12-07 16:24:52 +00:00
/*
Author: Aaron Clark - EpochMod.com
Contributors:
Description:
Epoch Server Core Config
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_server_core/config.hpp
*/
2015-08-28 20:33:37 +00:00
#define _ARMA_
class CfgPatches {
class A3_epoch_server_core {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
requiredAddons[] = {};
};
};
class cfgFunctions
{
class A3E_CORE
{
tag = "EPOCH";
file = "\epoch_server_core\compile";
class epoch_hive {
file = "\epoch_server_core\compile\epoch_hive";
class server_hiveSET {};
class server_hiveSETBIT {};
class server_hiveSETEX {};
class server_hiveEXPIRE {};
class server_hiveGET {};
2015-10-13 19:48:30 +00:00
class server_hiveGETRANGE {};
2015-08-28 20:33:37 +00:00
class server_hiveGETBIT {};
2015-10-13 19:48:30 +00:00
class server_hiveGETTTL {};
class server_hiveDEL {};
class server_hiveLog {};
2015-08-28 20:33:37 +00:00
};
};
};