forked from alterware/iw6-mod
7 lines
55 B
C++
7 lines
55 B
C++
#pragma once
|
|
|
|
namespace auth
|
|
{
|
|
uint64_t get_guid();
|
|
}
|