diff options
| author | untodesu <kirill@untode.su> | 2025-06-25 00:44:36 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-25 00:44:36 +0500 |
| commit | 88c01588aa0830e219eaa62588839e4d1e2883ce (patch) | |
| tree | 602bb27dd3399aab4aae8c19630e3b7a8dac824b /game/client/session.hh | |
| parent | 99cf6cca8dbbc1e563c10cf0167432d3d8af9783 (diff) | |
| download | voxelius-88c01588aa0830e219eaa62588839e4d1e2883ce.tar.bz2 voxelius-88c01588aa0830e219eaa62588839e4d1e2883ce.zip | |
Clang-format the entire source code
Diffstat (limited to 'game/client/session.hh')
| -rw-r--r-- | game/client/session.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/game/client/session.hh b/game/client/session.hh index 3784dc7..051b57f 100644 --- a/game/client/session.hh +++ b/game/client/session.hh @@ -4,7 +4,7 @@ namespace session { -extern ENetPeer *peer; +extern ENetPeer* peer; extern std::uint16_t client_index; extern std::uint64_t client_identity; } // namespace session @@ -18,8 +18,8 @@ void invalidate(void); namespace session { -void connect(const char *hostname, std::uint16_t port, const char *password); -void disconnect(const char *reason); +void connect(const char* hostname, std::uint16_t port, const char* password); +void disconnect(const char* reason); void send_login_request(void); } // namespace session |
