source: dev/trunk/abdev/BasicCompiler_Common/include/SmoothieImpl.h@ 256

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

MetaImplを廃止し、Metaにした。
ObjectModuleクラス、Linkerクラスを用意。

File size: 253 bytes
Line 
1#pragma once
2
3#include <jenga/include/smoothie/Smoothie.h>
4
5#include <Meta.h>
6
7class SmoothieImpl : public Smoothie
8{
9 friend Smoothie;
10
11public:
12 SmoothieImpl()
13 : Smoothie()
14 {
15 }
16
17 // blittable型
18 BlittableTypes blittableTypes;
19};
Note: See TracBrowser for help on using the repository browser.