1
0

function.h 219 B

123456
  1. #ifndef VIRTUALMATH_FUNCTION_H
  2. #define VIRTUALMATH_FUNCTION_H
  3. void registeredFunction(R_FUNC);
  4. void functionPresetting(LinkValue *func, Inter *inter);
  5. void makeBaseFunction(Inter *inter);
  6. #endif //VIRTUALMATH_FUNCTION_H