port thermals

This commit is contained in:
commy2 2015-01-11 22:21:16 +01:00
parent 8cfe073f3a
commit 670a3a687d
2 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,7 @@
// PATCH CONFIG #include "script_component.hpp"
class CfgPatches { class CfgPatches {
class AGM_Thermals { class ADDON {
units[] = {}; units[] = {};
weapons[] = {}; weapons[] = {};
requiredVersion = 0.60; requiredVersion = 0.60;

View File

@ -0,0 +1,12 @@
#define COMPONENT thermals
#include "\z\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_THERMALS
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_THERMALS
#define DEBUG_SETTINGS DEBUG_ENABLED_THERMALS
#endif
#include "\z\ace\Addons\main\script_macros.hpp"