mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 23:23:30 +00:00
24 lines
471 B
C++
24 lines
471 B
C++
#include "script_component.hpp"
|
|
|
|
class CfgPatches {
|
|
class ADDON {
|
|
name = COMPONENT_NAME;
|
|
units[] = {
|
|
QGVAR(videoModule)
|
|
};
|
|
weapons[] = {};
|
|
requiredAddons[] = {
|
|
"cba_main",
|
|
"ace_main",
|
|
"armatak_main",
|
|
"armatak_server"
|
|
};
|
|
requiredVersion = REQUIRED_VERSION;
|
|
author = PROJECT_AUTHOR;
|
|
url = "https://github.com/valmojr/armatak";
|
|
};
|
|
};
|
|
|
|
#include "CfgEventHandlers.hpp"
|
|
#include "CfgVehicles.hpp"
|