Skip to content

Commit 330d745

Browse files
committed
WIP of xrAI and xrSE_Factory. Headers cleanup.
1 parent bd3909e commit 330d745

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/utils/xrAI/guid_generator.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@
66
// Description : GUID generator
77
////////////////////////////////////////////////////////////////////////////
88

9-
#ifndef guid_generatorH
10-
#define guid_generatorH
119
#pragma once
1210

13-
#include "Common/LevelStructure.hpp"
11+
#include "Common/GUID.hpp"
12+
1413
// XXX: move to xrCore
1514
ENGINE_API extern xrGUID generate_guid();
1615
ENGINE_API extern LPCSTR generate_guid(const xrGUID& guid, LPSTR buffer, const u32& buffer_size);
17-
18-
#endif // guid_generatorH

0 commit comments

Comments
 (0)