__virtualmath.h 292 B

1234567891011121314
  1. #ifndef VIRTUALMATH___VIRTUALMATH_H
  2. #define VIRTUALMATH___VIRTUALMATH_H
  3. #include "__macro.h"
  4. #include "mem.h"
  5. #include "function.h"
  6. #include "statement.h"
  7. #include "run.h"
  8. #include "syntax.h"
  9. #include "lexical.h"
  10. #include "token.h"
  11. #include "grammar.h"
  12. #endif //VIRTUALMATH___VIRTUALMATH_H