X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=gameserver.h;h=26099a612dfd74b046f530d96573b438ce3a133e;hb=730f202673d6ceb2a5199cf244d5c0bddc064fcf;hp=a1b5d6ae0b2d5a64b7c3b18a1495e1f052e7372d;hpb=46f4e9ee87dc67402166e4c6b05efbe922cd7574;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/gameserver.h b/gameserver.h index a1b5d6a..26099a6 100644 --- a/gameserver.h +++ b/gameserver.h @@ -8,6 +8,7 @@ #include "vg/vg_steam_http.h" #include "vg/vg_steam_auth.h" #include "network_msg.h" +#include "network_common.h" #include "highscores.h" #include @@ -19,6 +20,9 @@ struct { int active; int authenticated; HSteamNetConnection connection; + char username[ NETWORK_USERNAME_MAX ]; + + char item_board[ ADDON_UID_MAX ], item_player[ ADDON_UID_MAX ]; } clients[ 32 ];