mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
19 lines
449 B
C++
19 lines
449 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
requiredAddons[] = {"ace_medical"};
|
|
author[] = {$STR_ACE_Common_ACETeam, "Glowbal"};
|
|
authorUrl = "http://ace3mod.com";
|
|
VERSION_CONFIG;
|
|
};
|
|
};
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
#include "ui\menu.hpp"
|
|
#include "ACE_Settings.hpp"
|
|
#include "CfgVehicles.hpp"
|