diff options
Diffstat (limited to 'frontend/GameData.h')
-rw-r--r-- | frontend/GameData.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/GameData.h b/frontend/GameData.h index b0c9415..172f7d5 100644 --- a/frontend/GameData.h +++ b/frontend/GameData.h @@ -26,6 +26,9 @@ public: std::vector<std::string> random_objects(unsigned count = 1) const; std::vector<std::string> random_locations(unsigned count = 1) const; std::vector<std::string> random_enemies(unsigned count = 1) const; + std::string random_object() const; + std::string random_location() const; + std::string random_enemy() const; private: std::vector<std::string> random_names(const std::string & table, unsigned count) const; |