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