2015-04-05 19:08:55 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
|
|
|
PREP(calculateAmmoTemperatureVelocityShift);
|
|
|
|
PREP(calculateAtmosphericCorrection);
|
|
|
|
PREP(calculateBarrelLengthVelocityShift);
|
|
|
|
PREP(calculateRetardation);
|
|
|
|
PREP(calculateStabilityFactor);
|
|
|
|
PREP(displayProtractor);
|
|
|
|
PREP(handleFired);
|
|
|
|
PREP(initializeTerrainExtension);
|
2015-04-12 09:48:21 +00:00
|
|
|
PREP(initModuleSettings);
|
2015-05-08 16:43:26 +00:00
|
|
|
PREP(readAmmoDataFromConfig);
|
|
|
|
PREP(readWeaponDataFromConfig);
|
2015-08-16 17:49:47 +00:00
|
|
|
PREP(handleFirePFH);
|
2015-04-05 19:08:55 +00:00
|
|
|
ADDON = true;
|