12345678910111213141516171819 |
- #ifndef VIRTUALMATH_VIRTUALMATH_H
- #define VIRTUALMATH_VIRTUALMATH_H
- #include "__macro.h"
- #include "mem.h"
- #include "handler.h"
- #include "file.h"
- #include "gc.h"
- #include "value.h"
- #include "parameter.h"
- #include "statement.h"
- #include "grammar.h"
- #include "inter.h"
- #include "run.h"
- bool initVirtualMath(char const *locale);
- #endif //VIRTUALMATH_VIRTUALMATH_H
|