All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PropModelRepository.h
1 #pragma once
2 
3 #include "PropModel.h"
4 #include "ModelRepository.h"
5 
6 namespace Eegeo
7 {
8  namespace Resources
9  {
10  namespace Interiors
11  {
12  class PropModelRepository : public Eegeo::Labels::ModelRepository<IProp::IdType, PropModel*>
13  {
14 
15  };
16  }
17  }
18 }