mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 12:14:54 +01:00
Add missing header include guards.
This commit is contained in:
parent
ae6e1829dd
commit
8e8355c013
33 changed files with 167 additions and 2 deletions
|
|
@ -16,7 +16,10 @@
|
|||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "base.h"
|
||||
|
||||
|
||||
#ifndef INCLUDED_STEAM_GAMESERVER_H
|
||||
#define INCLUDED_STEAM_GAMESERVER_H
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose: Functions for authenticating users via Steam to play on a game server
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
@ -353,3 +356,5 @@ public:
|
|||
//
|
||||
void RunCallbacks();
|
||||
};
|
||||
|
||||
#endif // INCLUDED_STEAM_GAMESERVER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue