- more updates to support big endian

This commit is contained in:
Mark Vejvoda
2012-11-01 06:21:35 +00:00
parent 37b09daa77
commit 3bba236d02
4 changed files with 49 additions and 5 deletions

View File

@@ -91,6 +91,9 @@ struct MapFileHeader {
};
};
void toEndianMapFileHeader(MapFileHeader &header);
void fromEndianMapFileHeader(MapFileHeader &header);
class MapInfo {
public: