virtualmath.h 364 B

12345678910111213141516171819
  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. bool initVirtualMath(char const *locale);
  15. #endif //VIRTUALMATH_VIRTUALMATH_H