source: dev/BasicCompiler_Common/src/House.cpp@ 78

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

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

File size: 106 bytes
RevLine 
[78]1#include <..\common.h>
2
3TypeDefCollection House::typeDefs;
4vector<ProcPointer *> House::procPointers;
Note: See TracBrowser for help on using the repository browser.