Add missing header include guards.

This commit is contained in:
redpolline 2024-06-07 05:32:35 -04:00
parent ae6e1829dd
commit 8e8355c013
33 changed files with 167 additions and 2 deletions

View file

@ -17,6 +17,9 @@
#include "base.h"
#ifndef INCLUDED_STEAM_MATCHMAKING_SERVERS_H
#define INCLUDED_STEAM_MATCHMAKING_SERVERS_H
#define SERVER_TIMEOUT 10.0
#define DIRECT_IP_DELAY 0.05
@ -223,3 +226,5 @@ public:
void Callback(Common_Message *msg);
void server_details(Gameserver *g, gameserveritem_t *server);
};
#endif // INCLUDED_STEAM_MATCHMAKING_SERVERS_H