Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
DynamicLibrary.cpp File Reference

Implementation of platform-independent dynamic library wrapper. More...

Include dependency graph for DynamicLibrary.cpp:

Go to the source code of this file.

Namespaces

namespace  rtp
 
namespace  rtp::sys
 

Detailed Description

Implementation of platform-independent dynamic library wrapper.

Author
Robin Toillon

Provides a RAII wrapper around platform-specific dynamic library handles, managing the lifecycle of loaded libraries and symbol resolution.

Definition in file DynamicLibrary.cpp.