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/functionfilesin.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/functionfilesin.h (limited to 'src/functionfilesin.h') diff --git a/src/functionfilesin.h b/src/functionfilesin.h new file mode 100644 index 0000000..070f508 --- /dev/null +++ b/src/functionfilesin.h @@ -0,0 +1,18 @@ +#ifndef FUNCTION_FILES_IN_H +#define FUNCTION_FILES_IN_H + +#include + +#include "function.h" + +class FunctionFilesIn : public Function +{ +public: + FunctionFilesIn(); + virtual ~FunctionFilesIn(); + +private: + +}; + +#endif -- cgit v1.2.3