source: dev/BasicCompiler_Common/include/House.h@ 78

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

CTypeDef → TypeDef
Houseクラスを追加。
オーバーロードレベルの種類を追加(レベル1に挿入)

File size: 165 bytes
RevLine 
[78]1#pragma once
2
3#include "../TypeDef.h"
4
5class House{
6public:
7 // TypeDef
8 static TypeDefCollection typeDefs;
9 static vector<ProcPointer *> procPointers;
10};
Note: See TracBrowser for help on using the repository browser.