Nebula
Toggle main menu visibility
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
#include "
posix/posixlibrary.h
"
19
namespace
System
20
{
21
typedef
Posix::PosixLibrary
Library
;
22
}
23
#endif
24
//------------------------------------------------------------------------------
25
Posix::PosixLibrary
Load and handle an external shared library on POSIX platforms.
Definition
posixlibrary.h:17
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
System::Library
Posix::PosixLibrary Library
Definition
library.h:21
posixlibrary.h
win32library.h
code
foundation
system
library.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.