source: dev/trunk/abdev/BasicCompiler_Common/include/Program.h@ 168

Last change on this file since 168 was 168, checked in by dai_9181, 17 years ago

Programクラスを追加

File size: 130 bytes
Line 
1#pragma once
2
3#include <jenga/include/common/logger.h>
4
5class Program
6{
7public:
8 static Jenga::Common::Logger logger;
9};
Note: See TracBrowser for help on using the repository browser.