mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
8 lines
105 B
C
8 lines
105 B
C
|
|
#ifndef OBJECT_GUID_H
|
||
|
|
#define OBJECT_GUID_H
|
||
|
|
|
||
|
|
#include "system/types.h"
|
||
|
|
|
||
|
|
typedef uint64_t WOWGUID;
|
||
|
|
|
||
|
|
#endif
|