All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
LandmarkMaterialHelpers.h
1 #pragma once
2 
3 #include "Resources.h"
4 #include <string>
5 
6 namespace Eegeo
7 {
8  namespace Resources
9  {
10  namespace Buildings
11  {
12  namespace LandmarkMaterialHelpers
13  {
14  std::string GetMultiMaterialLandmarkPrefix(const std::string& textureName);
15  }
16  }
17  }
18 }