We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3909e commit 330d745Copy full SHA for 330d745
src/utils/xrAI/guid_generator.h
@@ -6,13 +6,10 @@
6
// Description : GUID generator
7
////////////////////////////////////////////////////////////////////////////
8
9
-#ifndef guid_generatorH
10
-#define guid_generatorH
11
#pragma once
12
13
-#include "Common/LevelStructure.hpp"
+#include "Common/GUID.hpp"
+
14
// XXX: move to xrCore
15
ENGINE_API extern xrGUID generate_guid();
16
ENGINE_API extern LPCSTR generate_guid(const xrGUID& guid, LPSTR buffer, const u32& buffer_size);
17
-
18
-#endif // guid_generatorH
0 commit comments