ACE3/addons/reload/config.cpp

20 lines
422 B
C++
Raw Normal View History

2015-01-16 01:25:41 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"commy2","KoffeinFlummi"};
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
2015-01-18 20:05:32 +00:00
#include "CfgActions.hpp"
2015-01-16 01:25:41 +00:00
#include "RscInGameUI.hpp"