ACE3/addons/scopes/XEH_PREP.hpp
ulteq a687c49d2a Adds settings module for ace_scopes
* Interconnects the rangecard and scopes modules
* Hides the zeroing text when the vanilla zeroing is overwritten
* Makes the scopes module fully compatible with any 3rd party weapon pack without the need for addition compat pbos (though their use is still recommended)
2016-11-15 23:11:22 +01:00

14 lines
275 B
C++

PREP(adjustScope);
PREP(adjustZero);
PREP(applyScopeAdjustment);
PREP(calculateZeroAngle);
PREP(calculateZeroAngleCorrection);
PREP(canAdjustZero);
PREP(firedEH);
PREP(getCurrentZeroRange);
PREP(getOptics);
PREP(initModuleSettings);
PREP(inventoryCheck);
PREP(showZeroing);