1
0

int.h 139 B

12345
  1. #ifndef VIRTUALMATH_INT_H
  2. #define VIRTUALMATH_INT_H
  3. void registeredInt(R_FUNC);
  4. void makeBaseInt(Inter *inter);
  5. #endif //VIRTUALMATH_INT_H