//////////////////////////////////////////////////////////////////////// GameStart DB specific functions.
| 826 | ///////////////////////////////////////////////////////////////////////////// |
| 827 | // GameStart DB specific functions. |
| 828 | string getGameStartDescription(const string &key) |
| 829 | { |
| 830 | return _query_database(GameStartDB, key, true, true); |
| 831 | } |
| 832 | |
| 833 | ///////////////////////////////////////////////////////////////////////////// |
| 834 | // Shout DB specific functions. |
no test coverage detected