function.h 367 B

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