mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
af4fdda477
* Moved the wind data into CfgWorlds.hpp * Modified the contents of ACE_WIND_PARAMS * new getWind function for the clients * new wind init based on the real world weather data
19 lines
331 B
Plaintext
19 lines
331 B
Plaintext
//#define DEBUG_MODE_FULL
|
|
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(calculateAirDensity);
|
|
PREP(calculateBarometricPressure);
|
|
PREP(displayWindInfo);
|
|
PREP(getMapData);
|
|
PREP(getWind);
|
|
PREP(initWind);
|
|
PREP(serverController);
|
|
PREP(updateHumidity);
|
|
PREP(updateRain);
|
|
PREP(updateTemperature);
|
|
PREP(updateWind);
|
|
|
|
ADDON = true;
|