#ifndef VIRTUALMATH_FUNCTION_H #define VIRTUALMATH_FUNCTION_H void registeredFunction(R_FUNC); void functionPresetting(LinkValue *func, Inter *inter); void makeBaseFunction(Inter *inter); #endif //VIRTUALMATH_FUNCTION_H