mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
12 lines
256 B
C++
12 lines
256 B
C++
#ifndef OBJECT_CLIENT_MIRROR_HPP
|
|
#define OBJECT_CLIENT_MIRROR_HPP
|
|
|
|
#include <cstdint>
|
|
|
|
class CDataStore;
|
|
class CGObject_C;
|
|
|
|
int32_t FillInPartialObjectData(CGObject_C* object, uint64_t guid, CDataStore* msg, bool forFullUpdate, bool zeroZeroBits);
|
|
|
|
#endif
|