mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
7 lines
91 B
C++
7 lines
91 B
C++
#include "client/ObjMgr.hpp"
|
|
|
|
uint32_t ClntObjMgrGetMapID() {
|
|
// TODO
|
|
return -1;
|
|
}
|