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"
13namespace System
14{
16}
17#else
18#error "System::Library not implemented on this platform!"
19#endif
20//------------------------------------------------------------------------------
21
Use to load dynamic libraries and their addresses.
Load and handle an external DLL.
Definition win32library.h:20
Definition osxsysfunc.h:15