Zappy Server
C++ game server: world, rules, scheduler, network
Loading...
Searching...
No Matches
ClientType.hpp File Reference

Enumeration for client types in the server. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  ClientType { PENDING , AI , GUI }
 

Detailed Description

Enumeration for client types in the server.

Definition in file ClientType.hpp.

Enumeration Type Documentation

◆ ClientType

enum class ClientType
strong
Enumerator
PENDING 
AI 
GUI 

Definition at line 7 of file ClientType.hpp.