X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=network.h;h=de64d44e60a115f2db9d4bf7e997deecf0233c35;hb=9385ff1868a052d92d60c0b49aa03848460b1916;hp=bb019fb7b9e39bb3ec0683d9bcaa3b191e58ae0e;hpb=b1f5771eda7a9788b86604a4368eb83babdf486d;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/network.h b/network.h index bb019fb..de64d44 100644 --- a/network.h +++ b/network.h @@ -10,6 +10,7 @@ #include "steam.h" #include "network_msg.h" #include "highscores.h" +#include "addon_types.h" static int network_scores_updated = 0; @@ -57,5 +58,6 @@ static network_client = { }; static int packet_minsize( SteamNetworkingMessage_t *msg, u32 size ); +static void network_send_item( enum addon_type type ); #endif /* NETWORK_H */