4 #ifndef RUDIMENTS_DYNAMICLIB_H
5 #define RUDIMENTS_DYNAMICLIB_H
7 #include <rudiments/private/dynamiclibincludes.h>
9 class dynamiclibprivate;
30 bool open(
const char *library,
31 bool loaddependencies,
40 void *getSymbol(
const char *symbol)
const;
49 char *getError()
const;
60 #include <rudiments/private/dynamiclib.h>