ramdb/addons/main/config.cpp
Jacob Schmidt 885cc267c5
All checks were successful
Build / Build (push) Successful in 1m41s
Initial Repo Setup
2024-11-10 14:33:22 -06:00

16 lines
364 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {};
authors[] = {"Jacob Schmidt", "Creedcoder"};
author = "IDSolutions";
VERSION_CONFIG;
};
};
#include "CfgMods.hpp"