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