function.h 200 B

1234567
  1. #ifndef VIRTUALMATH_FUNCTION_H
  2. #define VIRTUALMATH_FUNCTION_H
  3. #include "__macro.h"
  4. void registeredFunction(RegisteredFunctionSig);
  5. void makeBaseFunction(Inter *inter);
  6. #endif //VIRTUALMATH_FUNCTION_H