}
}
+_FUNCTION_BINDING(srand, bzRandomReseed, _INT_PARAMETER(1))
+
_FUNCTION_BINDING_RTN(lerp, fixedLerp, _FUNCTION_PARAMETER(1, float), _FUNCTION_PARAMETER(2, float), _FUNCTION_PARAMETER(3, float))
static void native_dot(SVMModuleInstance *instance, int32_t parameterCount, SVMOperand stack[]) {
FUNCTION_BIND(ceil)
FUNCTION_BIND(adelta)
FUNCTION_BIND(rnd)
+ FUNCTION_BIND(srand)
FUNCTION_BIND(lerp)
FUNCTION_BIND(dot)