#include "common/array.h"
#include "common/hash-str.h"
#include "common/str.h"
#include "common/language.h"
#include "common/platform.h"
Go to the source code of this file.
Typedef Documentation
List of games.
Definition at line 178 of file game.h.
A map of all relevant existing files while detecting.
Definition at line 89 of file game.h.
Enumeration Type Documentation
Ths is an enum to describe how done a game is.
This also indicates what level of support is expected.
- Enumerator:
kStableGame |
|
kTestingGame |
|
kUnstableGame |
|
Definition at line 68 of file game.h.
Function Documentation
Given a list of PlainGameDescriptors, returns the first PlainGameDescriptor matching the given gameid.
If not match is found return 0. The end of the list must be marked by an entry with gameid 0.
Definition at line 28 of file game.cpp.