aboutsummaryrefslogtreecommitdiff
path: root/src/functioncommandtolist.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/functioncommandtolist.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/functioncommandtolist.h b/src/functioncommandtolist.h
new file mode 100644
index 0000000..90b4bf3
--- /dev/null
+++ b/src/functioncommandtolist.h
@@ -0,0 +1,18 @@
1#ifndef FUNCTION_COMMAND_TO_LIST_H
2#define FUNCTION__H
3
4#include <stdint.h>
5
6#include "function.h"
7
8class FunctionCommandToList : public Function
9{
10public:
11 FunctionCommandToList();
12 virtual ~FunctionCommandToList();
13
14private:
15
16};
17
18#endif