LeviLamina
Loading...
Searching...
No Matches
Utils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace NetherNet::Utils {
6// functions
7// NOLINTBEGIN
8MCAPI ::std::string ToString(uint64 const& guid);
9// NOLINTEND
10
11} // namespace NetherNet::Utils