mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
feat(client): stub ClntObjMgrGetMapID
This commit is contained in:
parent
84cc18d904
commit
40656dd614
6
src/client/ObjMgr.cpp
Normal file
6
src/client/ObjMgr.cpp
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#include "client/ObjMgr.hpp"
|
||||||
|
|
||||||
|
uint32_t ClntObjMgrGetMapID() {
|
||||||
|
// TODO
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
8
src/client/ObjMgr.hpp
Normal file
8
src/client/ObjMgr.hpp
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef CLIENT_OBJ_MGR_HPP
|
||||||
|
#define CLIENT_OBJ_MGR_HPP
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
|
uint32_t ClntObjMgrGetMapID();
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Reference in New Issue
Block a user