source:
dev/trunk/abdev/BasicCompiler_Common/include/Compiler.h@
184
Last change on this file since 184 was 184, checked in by , 17 years ago | |
---|---|
File size: 175 bytes |
Line | |
---|---|
1 | #pragma once |
2 | |
3 | #include <CodeGenerator.h> |
4 | class Compiler |
5 | { |
6 | static NativeCode nativeCode; |
7 | public: |
8 | static NativeCode &GetNativeCode() |
9 | { |
10 | return nativeCode; |
11 | } |
12 | }; |
Note:
See TracBrowser
for help on using the repository browser.