|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
This is the complete list of members for rtp::sys::impl::LibraryBackend, including all inherited members.
| close(void *handle) noexcept -> std::expected< void, rtp::Error > | rtp::sys::impl::LibraryBackend | static |
| getSymbol(void *handle, std::string_view name) -> std::expected< void *, rtp::Error > | rtp::sys::impl::LibraryBackend | static |
| open(std::string_view path) -> std::expected< void *, rtp::Error > | rtp::sys::impl::LibraryBackend | static |