Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
guid.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#include "
core/config.h
"
13
#if __WIN32__
14
#include "
util/win32/win32guid.h
"
15
namespace
Util
16
{
17
typedef
Win32::Win32Guid
Guid
;
18
}
19
#elif __OSX__
20
#include "
util/osx/osxguid.h
"
21
namespace
Util
22
{
23
typedef
OSX::OSXGuid
Guid
;
24
}
25
#elif ( __APPLE__ || __linux__ )
26
#include "
util/posix/posixguid.h
"
27
namespace
Util
28
{
29
typedef
Posix::PosixGuid Guid;
30
}
31
#else
32
#error "Util::Guid not implemented on this platform!"
33
#endif
34
//------------------------------------------------------------------------------
35
OSX::OSXGuid
OSX implementation of the Util::Guid class.
Definition
osxguid.h:19
Guid
Implements a GUID.
Win32::Win32Guid
Win32 implementation of the Util::Guid class.
Definition
win32guid.h:22
config.h
Nebula compiler specific defines and configuration.
Util
A quad tree designed to return regions of free 2D space.
Definition
String.cs:6
osxguid.h
posixguid.h
win32guid.h
code
foundation
util
guid.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.