mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
d6ad0e15b4
Always throws error during compile Has multiple references to Arma2 assets.
13 lines
279 B
C++
13 lines
279 B
C++
#define COMPONENT wep_dragon
|
|
#include "\z\ace\Addons\main\script_mod.hpp"
|
|
|
|
#ifdef DEBUG_ENABLED_WEP_DRAGON
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_WEP_DRAGON
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_WEP_DRAGON
|
|
#endif
|
|
|
|
#include "\z\ace\Addons\main\script_macros.hpp"
|