Nebula
Loading...
Searching...
No Matches
singleton.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
12
#if __WIN32__
13
#include "
core/win32/win32singleton.h
"
14
#elif __OSX__
15
#include "
core/osx/osxsingleton.h
"
16
#elif __linux__
17
#include "
core/posix/posixsingleton.h
"
18
#else
19
#error "IMPLEMENT ME!"
20
#endif
osxsingleton.h
Provides helper macros to implement singleton objects:
posixsingleton.h
Provides helper macros to implement singleton objects:
win32singleton.h
Provides helper macros to implement singleton objects:
code
foundation
core
singleton.h
Generated on Wed Nov 13 2024 21:37:27 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.