server/addons/main/script_mod.hpp
Jacob Schmidt 48e3e15f71
Some checks failed
Build / Build (push) Failing after 51s
Initial Repo Setup
2025-01-01 14:30:34 -06:00

15 lines
353 B
C++

#define MAINPREFIX z
#define PREFIX forge_server
#include "script_version.hpp"
#define VERSION MAJOR.MINOR
#define VERSION_AR MAJOR,MINOR,PATCH,BUILD
#define REQUIRED_VERSION 2.12
#ifdef COMPONENT_BEAUTIFIED
#define COMPONENT_NAME QUOTE(FORGE Server - COMPONENT_BEAUTIFIED)
#else
#define COMPONENT_NAME QUOTE(FORGE Server - COMPONENT)
#endif