io.h 147 B

123456
  1. #ifndef VIRTUALMATH_IO_H
  2. #define VIRTUALMATH_IO_H
  3. #include "__base.h"
  4. void registeredIOFunction(RegisteredFunctionSig);
  5. #endif //VIRTUALMATH_IO_H