mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
323 B
C++
10 lines
323 B
C++
|
#define COMPONENT compat_sog
|
||
|
#define COMPONENT_BEAUTIFIED S.O.G. Prairie Fire Compatibility
|
||
|
|
||
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||
|
|
||
|
#include "\z\ace\addons\main\script_macros.hpp"
|
||
|
|
||
|
#define EXPLOSIVES_PLACE(CLASS) EGVAR(explosives,DOUBLES(Place,CLASS))
|
||
|
#define QEXPLOSIVES_PLACE(CLASS) QUOTE(EXPLOSIVES_PLACE(CLASS))
|