Elevate Engine 1
Loading...
Searching...
No Matches
UUID.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace Elevate
6{
7 struct UUID
8 {
9 // TODO IMPL.
10 };
11}