Nebula
Loading...
Searching...
No Matches
library.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
11
#if __WIN32__
12
#include "
win32/win32library.h
"
13
namespace
System
14
{
15
typedef
Win32::Win32Library
Library
;
16
}
17
#else
18
#error "System::Library not implemented on this platform!"
19
#endif
20
//------------------------------------------------------------------------------
21
Library
Use to load dynamic libraries and their addresses.
Win32::Win32Library
Load and handle an external DLL.
Definition
win32library.h:20
System
Definition
osxsysfunc.h:15
win32library.h
code
foundation
system
library.h
Generated on Wed Nov 13 2024 21:37:27 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.