Fixed some code formatting thanks to LordHoto

svn-id: r32275
This commit is contained in:
Jordi Vilalta Prat 2008-05-26 00:28:48 +00:00
parent 6ef8e5238b
commit 2862a30dac
6 changed files with 18 additions and 18 deletions

View file

@ -108,7 +108,7 @@ private:
public:
GameDescriptor findGame(const Common::String &gameName, const EnginePlugin **plugin = NULL) const;
GameList detectGames(const FSList &fslist) const;
const EnginePlugin::list &getPlugins() const;
const EnginePlugin::List &getPlugins() const;
};
/** Convenience shortcut for accessing the engine manager. */