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

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

コード全体のリファクタリングを実施

File size: 257 bytes
Line 
1#pragma once
2
3#include <jenga/include/smoothie/Smoothie.h>
4
5#include <MetaImpl.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.