update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / gameserver.h
index 07ba7a0d62d3df8e8cf20078517202e74fb485e9..3d0e71383bf9b5a8a2d0afe73e1b77ffde16d923 100644 (file)
@@ -1,16 +1,13 @@
-#ifndef GAMESERVER_H
-#define GAMESERVER_H
-
+#pragma once
 #define VG_SERVER
 
-#include "vg/vg.h"
+#include "vg/vg_platform.h"
 #include "vg/vg_steam.h"
 #include "vg/vg_steam_networking.h"
 #include "vg/vg_steam_http.h"
 #include "vg/vg_steam_auth.h"
 #include "network_msg.h"
 #include "network_common.h"
-#include "highscores.h"
 #include <sys/socket.h>
 
 #define CLIENT_KNOWLEDGE_SAME_WORLD0 0x1
@@ -49,11 +46,11 @@ struct {
    /* TODO: Consider removing this */
    int monitor_fd;
    int monitor_clients[ 4 ];
+
+   bool loopback_test;
 }
 static gameserver = {
    .auth_mode = eServerModeAuthentication
 };
 
 static ISteamNetworkingSockets *hSteamNetworkingSockets = NULL;
-
-#endif /* GAMESERVER_H */