sys.h 153 B

1234567
  1. #ifndef VIRTUALMATH_SYS_H
  2. #define VIRTUALMATH_SYS_H
  3. #include "__macro.h"
  4. void registeredSysFunction(RegisteredFunctionSig);
  5. #endif //VIRTUALMATH_SYS_H