X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=gameserver.h;h=00df20e2f0a5570f8b9cba777f2d84e05a6531b0;hb=304647a7672165dd35ffe54884ed9aedcc9bf363;hp=07ba7a0d62d3df8e8cf20078517202e74fb485e9;hpb=3b1909cad505b859b9c6524498b1969cd018af8c;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/gameserver.h b/gameserver.h index 07ba7a0..00df20e 100644 --- a/gameserver.h +++ b/gameserver.h @@ -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 #define CLIENT_KNOWLEDGE_SAME_WORLD0 0x1 @@ -55,5 +52,3 @@ static gameserver = { }; static ISteamNetworkingSockets *hSteamNetworkingSockets = NULL; - -#endif /* GAMESERVER_H */