|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Declarations for platform-specific dynamic library handling. More...
Go to the source code of this file.
Classes | |
| class | rtp::sys::impl::LibraryBackend |
| Provides platform-specific implementations for dynamic library operations. More... | |
Namespaces | |
| namespace | rtp |
| namespace | rtp::sys |
| namespace | rtp::sys::impl |
Declarations for platform-specific dynamic library handling.
Defines the interface for platform-specific implementations of dynamic library operations. Actual implementations are provided in LibraryBackend_Unix.cpp and LibraryBackend_Win.cpp.
Definition in file LibraryBackend.hpp.