mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7 lines
246 B
C++
7 lines
246 B
C++
|
#define SUBCOMPONENT explosives
|
||
|
#define SUBCOMPONENT_BEAUTIFIED Explosives
|
||
|
#include "..\script_component.hpp"
|
||
|
|
||
|
#define EXPLOSIVES_PLACE(CLASS) EGVAR(explosives,DOUBLES(Place,CLASS))
|
||
|
#define QEXPLOSIVES_PLACE(CLASS) QUOTE(EXPLOSIVES_PLACE(CLASS))
|