virtualmath.h 321 B

1234567891011121314151617
  1. #ifndef VIRTUALMATH_VIRTUALMATH_H
  2. #define VIRTUALMATH_VIRTUALMATH_H
  3. #include "__macro.h"
  4. #include "mem.h"
  5. #include "handler.h"
  6. #include "file.h"
  7. #include "gc.h"
  8. #include "value.h"
  9. #include "parameter.h"
  10. #include "statement.h"
  11. #include "grammar.h"
  12. #include "inter.h"
  13. #include "run.h"
  14. #endif //VIRTUALMATH_VIRTUALMATH_H