mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 16:52:45 +03:00
13 lines
280 B
C++
13 lines
280 B
C++
#ifndef OBJECT_CLIENT_MIRROR_HPP
|
|
#define OBJECT_CLIENT_MIRROR_HPP
|
|
|
|
#include "util/GUID.hpp"
|
|
#include <cstdint>
|
|
|
|
class CDataStore;
|
|
class CGObject_C;
|
|
|
|
int32_t FillInPartialObjectData(CGObject_C* object, WOWGUID guid, CDataStore* msg, bool forFullUpdate, bool zeroZeroBits);
|
|
|
|
#endif
|