|
+-[Common]-+-[EnvironmentVariables]-+-EnvironmentVariables.h
| | +-EnvironmentVariables.cpp
| |
| +-[Settings]-+-Settings.h
| | +-Settings.cpp
| |
| +-[Log]-+-Log.h
| | +-Log.cpp
| |
| +-[AsyncJobPool]-+-AsyncJobPool.h
| | +-AsyncJobPool.cpp
| |
| +-[BackgroundWorker]-+-BackgroundWorker.h
| | +-BackgroundWorker.cpp
| |
| +-[SqlLite]-+-[SqlLite]-+-sqlite3.c
| | | +-sqlite3.h
| | | +-sqlite3ext.h
| | |
| | +-SqlDatabase.h
| | +-SqlDatabase.cpp
| |
| +-[StringTable]-+-StringTable.h
| | +-StringTable.cpp
| |
| +-[Downloader]-+-Downloader.h
| | +-Downloader.cpp
| |
| +-TChar.h
| +-TChar.cpp
| +-Variant.h
|
+-[Data]-+-[GameData]-+-GameData.cpp
| | +-GameData.h
| |
| +-[GameList]-+-GameList.h
| | +-GameList.cpp
| | +-GamesXMLDownloader.h
| | +-GamesXMLDownloader.cpp
| |
| +-[FilePack]-+-FilePack.h
| +-FilePack.cpp
|
+-[UI]-+-Community.h
| +-Community.cpp
| +-GamesStore.h
| +-MainWindow.h
| +-MainWindow.cpp
| +-MyAccount.h
| +-MyAccount.cpp
| +-MyGames.h
| +-MyGames.cpp
| +-qtMainWindow.h
|
+-[Resources]-+-[Images]
| |
| +-[Sounds]
| |
| +-[Queries]-+-games.xml
| +-main.xml
| +-searchgames.xml
| +-stringtable.xml
| +-settings.xml
|
+-main.cpp