From b78ea37a6f8d289b9adb2b5bc565716168a00060 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 22 Aug 2006 05:04:16 +0000 Subject: The basic outline for all of the initial functions and rules has been set. The parser and scanner are using the new system so they actually match functions and whatnot and pass that data to the parser, it's very cool. --- src/functiondirectoriesin.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/functiondirectoriesin.cpp (limited to 'src/functiondirectoriesin.cpp') diff --git a/src/functiondirectoriesin.cpp b/src/functiondirectoriesin.cpp new file mode 100644 index 0000000..f847e13 --- /dev/null +++ b/src/functiondirectoriesin.cpp @@ -0,0 +1,12 @@ +#include "functiondirectoriesin.h" +#include "plugger.h" + +PluginInterface2(directoriesIn, FunctionDirectoriesIn, Function, "Mike Buland", 0, 1 ); + +FunctionDirectoriesIn::FunctionDirectoriesIn() +{ +} + +FunctionDirectoriesIn::~FunctionDirectoriesIn() +{ +} -- cgit v1.2.3