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" // For SteamItemDef_t
#ifndef INCLUDED_STEAM_INVENTORY_H
#define INCLUDED_STEAM_INVENTORY_H
struct Steam_Inventory_Requests {
double timeout = 0.1;
bool done = false;
@ -964,3 +967,5 @@ void RunCallbacks()
}
};
#endif // INCLUDED_STEAM_INVENTORY_H