|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Implementation of the Dynamic Library Manager. More...
#include "RType/System/LibraryManager.hpp"#include "LibraryBackend.hpp"#include <format>#include <mutex>Go to the source code of this file.
Namespaces | |
| namespace | rtp |
| namespace | rtp::sys |
Implementation of the Dynamic Library Manager.
This class is responsible for loading and managing dynamic libraries. It provides APIs to load libraries in different modes:
Definition in file LibraryManager.cpp.