1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00

Fix build.

This commit is contained in:
Mr_Goldberg 2019-07-17 13:54:23 -04:00
parent 59a9fcee0d
commit 2a659043d3
No known key found for this signature in database
GPG key ID: 8597D87419DEF278

View file

@ -1,5 +0,0 @@
#include "steam_inventory.h"
std::once_flag Steam_Inventory::items_loading;
std::atomic_bool Steam_Inventory::items_loaded(false);
std::map<SteamItemDef_t, std::map<std::string, std::string>> Steam_Inventory::items;