mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11 lines
269 B
C++
11 lines
269 B
C++
|
#define COMPONENT compat_rhs_usf3
|
||
|
#define COMPONENT_BEAUTIFIED RHS USAF Compatibility
|
||
|
|
||
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||
|
|
||
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||
|
|
||
|
// Backwards compatibility
|
||
|
#undef GVAR
|
||
|
#define GVAR(var) TRIPLES(PREFIX,COMPONENT,var)
|