#include <dialogs/NetworkSelectDialog.h>#include <dialogs/MsgBoxDialog.h>#include <GLW/GLWLabel.h>#include <GLW/GLWWindowManager.h>#include <GLW/GLWFont.h>#include <GLW/GLWTranslate.h>#include <graph/TextureStore.h>#include <serverbrowser/ServerBrowser.h>#include <client/ScorchedClient.h>#include <client/ClientParams.h>#include <client/ClientMain.h>#include <common/Defines.h>#include <common/OptionsScorched.h>Go to the source code of this file.
Classes | |
| struct | ColumnInfo |
Functions | |
| static ColumnInfo * | getGamesCols () |
| static ColumnInfo * | getPlayerCols () |
| static ColumnInfo* getGamesCols | ( | ) | [static] |
Definition at line 40 of file NetworkSelectDialog.cpp.
References LANG_RESOURCE, and LANG_STRING.
Referenced by NetworkSelectDialog::columnSelectedGames(), NetworkSelectDialog::drawColumnGames(), and NetworkSelectDialog::NetworkSelectDialog().
| static ColumnInfo* getPlayerCols | ( | ) | [static] |
Definition at line 55 of file NetworkSelectDialog.cpp.
References LANG_RESOURCE, and LANG_STRING.
Referenced by NetworkSelectDialog::drawColumnPlayers(), and NetworkSelectDialog::NetworkSelectDialog().
1.5.3