aboutsummaryrefslogtreecommitdiff
path: root/src/perform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/perform.cpp')
-rw-r--r--src/perform.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/perform.cpp b/src/perform.cpp
new file mode 100644
index 0000000..937a76c
--- /dev/null
+++ b/src/perform.cpp
@@ -0,0 +1,9 @@
1#include "perform.h"
2
3Perform::Perform()
4{
5}
6
7Perform::~Perform()
8{
9}