|
Zappy Server
C++ game server: world, rules, scheduler, network
|
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 } |
Enumeration for client types in the server.
Definition in file ClientType.hpp.
|
strong |
| Enumerator | |
|---|---|
| PENDING | |
| AI | |
| GUI | |
Definition at line 7 of file ClientType.hpp.