diff options
Diffstat (limited to '')
| -rw-r--r-- | src/functiongetmakedeps.h | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/src/functiongetmakedeps.h b/src/functiongetmakedeps.h new file mode 100644 index 0000000..b8f20d5 --- /dev/null +++ b/src/functiongetmakedeps.h | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #ifndef FUNCTION_GET_MAKE_DEPS_H | ||
| 2 | #define FUNCTION_GET_MAKE_DEPS_H | ||
| 3 | |||
| 4 | #include "function.h" | ||
| 5 | |||
| 6 | class FunctionGetMakeDeps : public Function | ||
| 7 | { | ||
| 8 | public: | ||
| 9 | FunctionGetMakeDeps(); | ||
| 10 | virtual ~FunctionGetMakeDeps(); | ||
| 11 | |||
| 12 | virtual Bu::FString getName() const; | ||
| 13 | virtual Variable call( Variable &input, VarList lParams ); | ||
| 14 | }; | ||
| 15 | |||
| 16 | #endif | ||
