#ifndef PLUGINLOADER_H
#define PLUGINLOADER_H

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

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

#endif