|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Windows-specific dynamic library handling implementation. More...
#include "RType/Assert.hpp"#include "LibraryBackend.hpp"#include <system_error>#include <windows.h>Go to the source code of this file.
Namespaces | |
| namespace | rtp |
| namespace | rtp::sys |
| namespace | rtp::sys::impl |
Windows-specific dynamic library handling implementation.
Implements dynamic library operations using Windows API functions LoadLibraryA, GetProcAddress, and FreeLibrary. Provides error handling using GetLastError for Windows systems.
Definition in file LibraryBackend_Win.cpp.