ACE3/addons/weaponselect/config.cpp

22 lines
525 B
C++
Raw Normal View History

2015-01-17 17:26:51 +00:00
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
2015-03-24 04:18:00 +00:00
author[] = {"commy2","KoffeinFlummi","esteldunedain"};
2015-01-17 17:26:51 +00:00
authorUrl = "https://github.com/commy2/";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "ACE_Settings.hpp"
2016-05-24 13:13:11 +00:00
class ACE_newEvents {
firedPlayer = "ace_firedPlayer";
displayTextPicture = "ace_displayTextPicture";
2016-05-24 14:06:17 +00:00
};