__virtualmath.h 236 B

12345678910111213
  1. #ifndef VIRTUALMATH___VIRTUALMATH_H
  2. #define VIRTUALMATH___VIRTUALMATH_H
  3. #include <stdio.h>
  4. #include <string.h>
  5. #include <stdlib.h>
  6. #include "mem.h"
  7. #define bool int
  8. #define true 1
  9. #define false 0
  10. #endif //VIRTUALMATH___VIRTUALMATH_H