aboutsummaryrefslogtreecommitdiff
path: root/src/functionfilesin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/functionfilesin.h')
-rw-r--r--src/functionfilesin.h18
1 files changed, 18 insertions, 0 deletions
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 @@
1#ifndef FUNCTION_FILES_IN_H
2#define FUNCTION_FILES_IN_H
3
4#include <stdint.h>
5
6#include "function.h"
7
8class FunctionFilesIn : public Function
9{
10public:
11 FunctionFilesIn();
12 virtual ~FunctionFilesIn();
13
14private:
15
16};
17
18#endif