board pose
[carveJwlIkooP6JGAAIwe30JlM.git] / network.h
index bb019fb7b9e39bb3ec0683d9bcaa3b191e58ae0e..de64d44e60a115f2db9d4bf7e997deecf0233c35 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 addon_type type );
 
 #endif /* NETWORK_H */