summaryrefslogtreecommitdiffstats
path: root/kolf/pluginloader.h
blob: bd9f52e199aae0dd793f3a0661be82940d1d5b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PLUGINLOADER_H
#define PLUGINLOADER_H

#include <object.h>
#include <tqstring.h>

namespace PluginLoader
{
	ObjectList *loadAll();
	Object *load(const TQString &);
}

#endif