source:
dev/BasicCompiler_Common/include/House.h@
79
Last change on this file since 79 was 78, checked in by , 18 years ago | |
---|---|
File size: 165 bytes |
Rev | Line | |
---|---|---|
[78] | 1 | #pragma once |
2 | ||
3 | #include "../TypeDef.h" | |
4 | ||
5 | class House{ | |
6 | public: | |
7 | // TypeDef | |
8 | static TypeDefCollection typeDefs; | |
9 | static vector<ProcPointer *> procPointers; | |
10 | }; |
Note:
See TracBrowser
for help on using the repository browser.