mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-17 01:18:25 +01:00
Add missing header include guards.
This commit is contained in:
parent
611cf69206
commit
e217bd0a8d
33 changed files with 167 additions and 2 deletions
|
|
@ -53,6 +53,9 @@
|
|||
|
||||
#include "../overlay_experimental/steam_overlay.h"
|
||||
|
||||
#ifndef INCLUDED_STEAM_CLIENT_H
|
||||
#define INCLUDED_STEAM_CLIENT_H
|
||||
|
||||
enum Steam_Pipe {
|
||||
NO_USER,
|
||||
CLIENT,
|
||||
|
|
@ -303,3 +306,5 @@ public:
|
|||
|
||||
void DestroyAllInterfaces();
|
||||
};
|
||||
|
||||
#endif // INCLUDED_STEAM_CLIENT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue