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

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

House::Metaを追加。
Source.h/Source.cppを追加(実装はこれから)。

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