#include "C4Include.h"#include "network/C4Network2Dialogs.h"#include "control/C4GameControl.h"#include "game/C4Viewport.h"#include "graphics/C4Draw.h"#include "graphics/C4GraphicsResource.h"#include "gui/C4GameOptions.h"#include "gui/C4Startup.h"#include "lib/StdColors.h"#include "network/C4Network2.h"#include "network/C4Network2Stats.h"#include "player/C4PlayerList.h"#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>Go to the source code of this file.
Functions | |
| int | GetValueDecade (int iVal) |
| int | GetAxisStepRange (int iRange, int iMaxSteps) |
| int GetAxisStepRange | ( | int | iRange, |
| int | iMaxSteps | ||
| ) |
Definition at line 772 of file C4Network2Dialogs.cpp.
References GetValueDecade().
Referenced by C4Chart::DrawElement().
| int GetValueDecade | ( | int | iVal | ) |
Definition at line 764 of file C4Network2Dialogs.cpp.
Referenced by C4Chart::DrawElement(), and GetAxisStepRange().