ACE3/addons/resting/config.cpp

21 lines
469 B
C++
Raw Normal View History

2015-01-15 22:34:35 +00:00
#include "script_component.hpp"
2015-01-15 22:34:35 +00:00
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"KoffeinFlummi", "TaoSensai", "CAA-Picard"};
2015-01-15 22:34:35 +00:00
authorUrl = "https://github.com/KoffeinFlummi/";
VERSION_CONFIG;
};
};
2015-01-15 22:34:35 +00:00
#include "CfgEventHandlers.hpp"
2015-01-15 22:34:35 +00:00
#include "CfgWeapons.hpp"
2015-01-15 22:34:35 +00:00
#include "CfgMoves.hpp"
#include "CfgSounds.hpp"