1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-07-13 20:05:16 +02:00
gbe_fork/dll/steam_inventory.cpp

5 lines
218 B
C++
Raw Normal View History

#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;