source:
dev/trunk/abdev/BasicCompiler_Common/include/Program.h@
221
Last change on this file since 221 was 215, checked in by , 17 years ago | |
---|---|
File size: 109 bytes |
Rev | Line | |
---|---|---|
[168] | 1 | #pragma once |
2 | ||
[215] | 3 | #include <logger.h> |
[168] | 4 | |
5 | class Program | |
6 | { | |
7 | public: | |
8 | static Jenga::Common::Logger logger; | |
9 | }; |
Note:
See TracBrowser
for help on using the repository browser.