ACE3/addons/inventory/config.cpp
2016-01-03 14:47:37 +01:00

19 lines
434 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author[] = {"Pabst Mirror, commy2"};
authorUrl = "https://github.com/PabstMirror/";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "RscDisplayInventory.hpp"
#include "ACE_Settings.hpp"