build system revision
[carveJwlIkooP6JGAAIwe30JlM.git] / network.h
index 0c16fa71f88ad2f9785fb6dc174ae6864722e0dc..08a989b3b1edf2f1c627e80b54461f191a1de472 100644 (file)
--- a/network.h
+++ b/network.h
@@ -6,11 +6,10 @@
 #ifndef NETWORK_H
 #define NETWORK_H
 
-#include "vg/vg_stdint.h"
+#include "vg/vg_platform.h"
 #include "steam.h"
 #include "network_common.h"
 #include "network_msg.h"
-#include "highscores.h"
 #include "addon_types.h"
 
 #define NETWORK_MAX_REQUESTS 8
@@ -89,6 +88,7 @@ static void network_publish_laptime( const char *mod_uid,
 static void chat_send_message( const char *message );
 static void render_server_status_gui(void);
 static void network_status_string( vg_str *str, u32 *colour );
+static void network_send_region(void);
 
 static int network_connected(void){
    if( network_client.remote_version != NETWORK_SKATERIFT_VERSION ) return 0;