mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
9 lines
114 B
C++
9 lines
114 B
C++
#ifndef CLIENT_OBJ_MGR_HPP
|
|
#define CLIENT_OBJ_MGR_HPP
|
|
|
|
#include <cstdint>
|
|
|
|
uint32_t ClntObjMgrGetMapID();
|
|
|
|
#endif
|