22 #ifndef ULTIMA8_GAMES_GAMEINFO_H 23 #define ULTIMA8_GAMES_GAMEINFO_H 25 #include "common/str.h" 28 class SeekableReadStream;
51 enum GameUsecodeOffsetVariant {
77 char getLanguageFileLetter()
const;
78 char getLanguageUsecodeLetter()
const;
86 bool match(
GameInfo &other,
bool ignoreMD5 =
false)
const;
Definition: detection.h:27
Definition: algorithm.h:29
int version
Definition: game_info.h:64
GameInfo contains detailed information about the game.
Definition: game_info.h:38