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

@ -19,6 +19,9 @@
#include "appticket.h"
#ifndef INCLUDED_STEAM_USER_H
#define INCLUDED_STEAM_USER_H
class Steam_User :
public ISteamUser009,
public ISteamUser010,
@ -532,3 +535,5 @@ bool BSetDurationControlOnlineState( EDurationControlOnlineState eNewState )
}
};
#endif // INCLUDED_STEAM_USER_H