Changeset 124 for cafu/branches/cafu_to_wx/Libs/MapFile.hpp
- Timestamp:
- 08/20/10 15:06:58 (21 months ago)
- Files:
-
- 1 modified
-
cafu/branches/cafu_to_wx/Libs/MapFile.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/branches/cafu_to_wx/Libs/MapFile.hpp
r36 r124 179 179 std::map<std::string, std::string> MFProperties; 180 180 }; 181 182 183 /// @throws TextParserT::ParseError on problems (and writes additional diagnostics to the console). 184 void MapFileReadHeader(TextParserT& TP); 181 185 } 182 186
