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