|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Declaration of the DynamicLibrary class. More...
#include "RType/Error.hpp"#include <expected>#include <string>#include <string_view>#include "DynamicLibrary.tpp"Go to the source code of this file.
Classes | |
| class | rtp::sys::DynamicLibrary |
| Represents a dynamically loaded library. More... | |
Namespaces | |
| namespace | rtp |
| namespace | rtp::sys |
Declaration of the DynamicLibrary class.
Represents a dynamically loaded library and provides methods to retrieve symbols from it.
Definition in file DynamicLibrary.hpp.