diff options
Diffstat (limited to 'database.h')
| -rw-r--r-- | database.h | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/database.h b/database.h index 9dcb118..50f5b55 100644 --- a/database.h +++ b/database.h | |||
| @@ -46,6 +46,8 @@ public: | |||
| 46 | 46 | ||
| 47 | achievement getRandomAchievement() const; | 47 | achievement getRandomAchievement() const; |
| 48 | 48 | ||
| 49 | bool doesGameHaveImages(int gameId) const; | ||
| 50 | |||
| 49 | std::string getRandomImageForGame(int gameId) const; | 51 | std::string getRandomImageForGame(int gameId) const; |
| 50 | 52 | ||
| 51 | did getRandomDidForAchievement(int achievementId) const; | 53 | did getRandomDidForAchievement(int achievementId) const; |
