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/functionfilename.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/functionfilename.cpp') diff --git a/src/functionfilename.cpp b/src/functionfilename.cpp index 21a4655..57aada9 100644 --- a/src/functionfilename.cpp +++ b/src/functionfilename.cpp @@ -1,5 +1,9 @@ #include "functionfilename.h" +#include +PluginInterface3( pluginFunctionFileName, fileName, FunctionFileName, Function, + "Mike Buland", 0, 1 ); + FunctionFileName::FunctionFileName() { } -- cgit v1.2.3