|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Implementation of platform-independent dynamic library wrapper. More...
#include "RType/Logger.hpp"#include "RType/System/DynamicLibrary.hpp"#include "LibraryBackend.hpp"Go to the source code of this file.
Namespaces | |
| namespace | rtp |
| namespace | rtp::sys |
Implementation of platform-independent dynamic library wrapper.
Provides a RAII wrapper around platform-specific dynamic library handles, managing the lifecycle of loaded libraries and symbol resolution.
Definition in file DynamicLibrary.cpp.