File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/game/game.hpp
Show inline comments
 
@@ -112,11 +112,9 @@ public:
 
	 */
 
	static class GameInstance *GetInstance() { return Game::instance; }
 

	
 
#if defined(ENABLE_NETWORK)
 
	/** Wrapper function for GameScanner::HasGame */
 
	static bool HasGame(const struct ContentInfo *ci, bool md5sum);
 
	static bool HasGameLibrary(const ContentInfo *ci, bool md5sum);
 
#endif
 
	/** Gets the ScriptScanner instance that is used to find Game scripts */
 
	static GameScannerInfo *GetScannerInfo();
 
	/** Gets the ScriptScanner instance that is used to find Game Libraries */