All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Config.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 namespace Eegeo
6 {
7  namespace Config
8  {
9  struct CoverageTreeConfigSection;
10  struct CityThemesConfigSection;
11  struct GraphicsConfigSection;
12  struct PerformanceConfigSection;
13  struct CompatibilityConfigSection;
14  struct OptionsConfigSection;
15  struct ResourceBuilderConfigSection;
16  struct StreamingConfigSection;
17 
18  class IPlatformConfigBuilder;
19  class LodRefinementConfig;
20  struct PlatformConfig;
21  }
22 }