mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-04 05:23:57 +00:00
8 lines
No EOL
105 B
C
8 lines
No EOL
105 B
C
#ifndef OBJECT_GUID_H
|
|
#define OBJECT_GUID_H
|
|
|
|
#include "system/types.h"
|
|
|
|
typedef uint64_t WOWGUID;
|
|
|
|
#endif |