function.h 179 B

12345
  1. #ifndef VIRTUALMATH_FUNCTION_H
  2. #define VIRTUALMATH_FUNCTION_H
  3. void registeredFunction(REGISTERED_FUNCTIONSIG);
  4. void makeBaseFunction(Inter *inter);
  5. #endif //VIRTUALMATH_FUNCTION_H