source:
dev/trunk/abdev/BasicCompiler_Common/include/Compiler.h@
187
Last change on this file since 187 was 184, checked in by , 18 years ago | |
---|---|
File size: 175 bytes |
Rev | Line | |
---|---|---|
[184] | 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.