#ifndef VIRTUALMATH_FUNCTION_H #define VIRTUALMATH_FUNCTION_H #include "__macro.h" void registeredFunction(RegisteredFunctionSig); void makeBaseFunction(Inter *inter); #endif //VIRTUALMATH_FUNCTION_H