#pragma once #include "Source.h" #include "../TypeDef.h" class House{ public: class Lexical{ public: static BasicSource source; }; class Meta{ public: // TypeDef static TypeDefCollection typeDefs; static vector procPointers; }; };