whoa/src/client/ObjMgr.hpp
2025-10-07 20:33:56 -05:00

9 lines
114 B
C++

#ifndef CLIENT_OBJ_MGR_HPP
#define CLIENT_OBJ_MGR_HPP
#include <cstdint>
uint32_t ClntObjMgrGetMapID();
#endif