1234567891011121314151617181920212223242526272829303132 |
- #ifndef QLOW_SEM_BUILTIN_H
- #define QLOW_SEM_BUILTIN_H
- #include "Semantic.h"
- #include "Scope.h"
- namespace qlow
- {
- namespace sem
- {
- extern Class int32;
- NativeScope generateNativeScope(void);
- }
- }
- #endif // QLOW_SEM_BUILTIN_H
|