mod/addons/tablet/config.cpp
Jacob Schmidt c24b967e2a
All checks were successful
Build / Build (push) Successful in 54s
Updated naming convention to use FORGE
2025-01-01 21:35:44 -06:00

18 lines
468 B
C++

#include "script_component.hpp"
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {"FORGE_Item_Tablet"};
weapons[] = {"FORGE_Tablet"};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"forge_main"};
authors[] = {"J. Schmidt", "Creedcoder"};
author = "IDSolutions";
VERSION_CONFIG;
};
};
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"