ManaPlus
Data Structures | Variables
client.h File Reference

(986a3bf)

#include "enums/state.h"
#include "listeners/actionlistener.h"
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  Client
 

Variables

bool isSafeMode
 
int serverVersion
 
unsigned int tmwServerVersion
 
time_t start_time
 
int textures_count
 
std::string errorMessage
 
Clientclient
 
unsigned int mLastHost
 
unsigned long mSearchHash
 

Variable Documentation

◆ client

Client* client
extern

Definition at line 118 of file client.cpp.

◆ errorMessage

std::string errorMessage
extern

Definition at line 116 of file client.cpp.

◆ isSafeMode

bool isSafeMode
extern

Definition at line 123 of file client.cpp.

◆ mLastHost

unsigned int mLastHost
extern

Definition at line 136 of file client.cpp.

◆ mSearchHash

unsigned long mSearchHash
extern

Definition at line 137 of file client.cpp.

◆ serverVersion

int serverVersion
extern

Definition at line 124 of file client.cpp.

◆ start_time

time_t start_time
extern

Definition at line 135 of file client.cpp.

◆ textures_count

int textures_count
extern

Definition at line 138 of file client.cpp.

◆ tmwServerVersion

unsigned int tmwServerVersion
extern

Definition at line 134 of file client.cpp.