From 3c7e81d3baba06cb1bf37de84aeaa6cad277652a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 6 Jan 2010 17:05:45 +0000 Subject: Wow, ok, well, I added some more error handling, that's positive, also switched conditions and functions to a plugger system like views, and all of them now load builtin and external plugins flawlessly. It's actually a lot of fun. I also added the example/test plugin condition "random" it randomly builds targets...it's not really useful... --- src/functiontargets.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/functiontargets.cpp') diff --git a/src/functiontargets.cpp b/src/functiontargets.cpp index 93fbb96..adafdfb 100644 --- a/src/functiontargets.cpp +++ b/src/functiontargets.cpp @@ -2,6 +2,10 @@ #include "context.h" #include "target.h" +#include +PluginInterface3( pluginFunctionTargets, targets, FunctionTargets, Function, + "Mike Buland", 0, 1 ); + FunctionTargets::FunctionTargets() { } -- cgit v1.2.3