![]() |
FastEngine 0.9.4
A multiplayer oriented 2D engine made with Vulkan.
|
A class to represent a client or server identity with an IP address and a port. More...
#include <C_identity.hpp>
Public Member Functions | |
| bool | operator== (Identity const &right) const |
| std::string | toString () const |
Public Attributes | |
| IpAddress | _ip {} |
| Port | _port { 0 } |
A class to represent a client or server identity with an IP address and a port.