diff options
Diffstat (limited to 'kolf/pluginloader.h')
-rw-r--r-- | kolf/pluginloader.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kolf/pluginloader.h b/kolf/pluginloader.h new file mode 100644 index 00000000..8d43db66 --- /dev/null +++ b/kolf/pluginloader.h @@ -0,0 +1,13 @@ +#ifndef PLUGINLOADER_H +#define PLUGINLOADER_H + +#include <object.h> +#include <qstring.h> + +namespace PluginLoader +{ + ObjectList *loadAll(); + Object *load(const QString &); +} + +#endif |