|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Unix-based dynamic library handling implementation. More...
Go to the source code of this file.
Namespaces | |
| namespace | rtp |
| namespace | rtp::sys |
| namespace | rtp::sys::impl |
Unix-based dynamic library handling implementation.
Implements dynamic library operations using POSIX dlopen, dlsym, and dlclose functions. Provides error handling using dlerror for Unix-like systems.
Definition in file LibraryBackend_Unix.cpp.