Changeset 87 in dev for BasicCompiler_Common/include
- Timestamp:
- Apr 1, 2007, 2:28:03 AM (18 years ago)
- Location:
- BasicCompiler_Common/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/include/House.h
r78 r87 1 1 #pragma once 2 2 3 #include "Source.h" 3 4 #include "../TypeDef.h" 4 5 5 6 class House{ 6 7 public: 7 // TypeDef 8 static TypeDefCollection typeDefs; 9 static vector<ProcPointer *> procPointers; 8 9 class Lexical{ 10 public: 11 static BasicSource source; 12 }; 13 14 class Meta{ 15 public: 16 // TypeDef 17 static TypeDefCollection typeDefs; 18 static vector<ProcPointer *> procPointers; 19 }; 10 20 };
Note:
See TracChangeset
for help on using the changeset viewer.