Changeset 10769 for code/branches/cpp11_v2/src/libraries/tools
- Timestamp:
- Nov 7, 2015, 10:23:42 AM (9 years ago)
- Location:
- code/branches/cpp11_v2/src/libraries/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/tools/TextureGenerator.cc
r10546 r10769 71 71 namespace orxonox 72 72 { 73 std::map<std::string, std::map<ColourValue, std::string> 73 std::map<std::string, std::map<ColourValue, std::string>> TextureGenerator::materials_s; 74 74 unsigned int TextureGenerator::materialCount_s = 0; 75 75 -
code/branches/cpp11_v2/src/libraries/tools/TextureGenerator.h
r5781 r10769 53 53 ~TextureGenerator(); 54 54 55 static std::map<std::string, std::map<ColourValue, std::string> 55 static std::map<std::string, std::map<ColourValue, std::string>> materials_s; 56 56 static unsigned int materialCount_s; 57 57 };
Note: See TracChangeset
for help on using the changeset viewer.