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