test bigger font
[carveJwlIkooP6JGAAIwe30JlM.git] / network.h
index bb019fb7b9e39bb3ec0683d9bcaa3b191e58ae0e..e6407eb031d619ed2ebb839813efeba8af53f6c4 100644 (file)
--- 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 netmsg_playeritem_type type );
 
 #endif /* NETWORK_H */