All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BinaryThemeParsingHelpers.h
1 #pragma once
2 
3 #include <string>
4 
5 namespace Eegeo
6 {
7  namespace Resources
8  {
9  namespace CityThemes
10  {
11  namespace BinaryThemeParsing
12  {
13  void ExpectTag(const std::string& foundTag, const std::string& expectTag);
14  }
15  }
16  }
17 }