Skip to content

Commit

Permalink
WIP of xrAI and xrSE_Factory. Headers cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
intorr committed Jan 1, 2018
1 parent bd3909e commit 330d745
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/utils/xrAI/guid_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
// Description : GUID generator
////////////////////////////////////////////////////////////////////////////

#ifndef guid_generatorH
#define guid_generatorH
#pragma once

#include "Common/LevelStructure.hpp"
#include "Common/GUID.hpp"

// XXX: move to xrCore
ENGINE_API extern xrGUID generate_guid();
ENGINE_API extern LPCSTR generate_guid(const xrGUID& guid, LPSTR buffer, const u32& buffer_size);

#endif // guid_generatorH

0 comments on commit 330d745

Please sign in to comment.