Added closeSharedLibrary().
This commit is contained in:
@@ -46,6 +46,7 @@ struct LibraryHandle
|
||||
//
|
||||
|
||||
[[nodiscard]] LibraryHandle openSharedLibrary(std::string_view libraryFile) noexcept;
|
||||
bool closeSharedLibrary(const LibraryHandle library) noexcept;
|
||||
[[nodiscard]] void* loadSymbolFromLibrary(const LibraryHandle library, const char* symbolName) noexcept;
|
||||
void setCurrentThreadName(const char* threadName) noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user