#include "stdafx.h" #include "IdManager.h" std::mutex idm::g_mutex; std::unordered_map idm::g_map; u32 idm::g_last_raw_id = 0; thread_local u32 idm::g_tls_last_id = 0xdeadbeef; std::mutex fxm::g_mutex; std::unordered_map> fxm::g_map;