Added plugin loader code, merely a wrapper around dlopen() and friends.

This commit is contained in:
Jan Vidar Krey
2010-05-30 23:33:06 +02:00
parent fc8965f1c5
commit ed53034ad5
6 changed files with 121 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ extern "C" {
#include "core/commands.h"
#include "core/inf.h"
#include "core/hubevent.h"
#include "core/pluginloader.h"
#ifdef __cplusplus
}