Home
last modified time | relevance | path

Searched refs:S6_TYPE_SAVEDGAME (Results 1 – 4 of 4) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scenario/
H A DScenario.h36 S6_TYPE_SAVEDGAME, enumerator
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DFileClassifier.cpp73 if (s6Header.type == S6_TYPE_SAVEDGAME) in TryClassifyAsS6()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Exporter.cpp100 _s6.header.type = isScenario ? S6_TYPE_SCENARIO : S6_TYPE_SAVEDGAME; in Save()
H A DS6Importer.cpp152 if (_s6.header.type != S6_TYPE_SAVEDGAME) in LoadFromStream()