sync with scummvm dated 03 july 2011

This commit is contained in:
Pawel Kolodziejski 2011-07-20 06:58:19 +02:00
parent 60611723ff
commit 5bf4f9316b
112 changed files with 3581 additions and 1675 deletions

View file

@ -285,7 +285,7 @@ void SearchManager::clear() {
addDirectory(".", ".", -2);
}
DECLARE_SINGLETON(SearchManager);
} // namespace Common
DECLARE_SINGLETON(Common::SearchManager);