ACE3/addons/weather/XEH_preInit.sqf

19 lines
331 B
Plaintext
Raw Normal View History

//#define DEBUG_MODE_FULL
#include "script_component.hpp"
ADDON = false;
PREP(calculateAirDensity);
PREP(calculateBarometricPressure);
2015-04-06 03:02:34 +00:00
PREP(displayWindInfo);
PREP(getMapData);
PREP(getWind);
PREP(initWind);
2015-04-06 03:02:34 +00:00
PREP(serverController);
PREP(updateHumidity);
PREP(updateRain);
PREP(updateTemperature);
PREP(updateWind);
ADDON = true;