source:
dev/BasicCompiler_Common/include/House.h@
82
| Last change on this file since 82 was 78, checked in by , 19 years ago | |
|---|---|
| File size: 165 bytes | |
| Line | |
|---|---|
| 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.
