From fb28f6800864176be2ffca29e8e664b641f33170 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Dec 2009 18:04:02 +0000 Subject: m3 is copied into trunk, we should be good to go, now. --- src/functiondirname.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/functiondirname.h (limited to 'src/functiondirname.h') diff --git a/src/functiondirname.h b/src/functiondirname.h new file mode 100644 index 0000000..830a992 --- /dev/null +++ b/src/functiondirname.h @@ -0,0 +1,17 @@ +#ifndef FUNCTION_DIR_NAME_H +#define FUNCTION_DIR_NAME_H + +#include "function.h" + +class FunctionDirName : public Function +{ +public: + FunctionDirName(); + virtual ~FunctionDirName(); + + virtual Bu::FString getName() const; + virtual Variable call( Variable &input, VarList lParams ); + +}; + +#endif -- cgit v1.2.3