summaryrefslogtreecommitdiff
path: root/engine.cpp
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-10-03 11:03:00 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-10-03 11:03:00 +0200
commit5a93cdaf5d4fcefe664271bb8f233044059f3ad3 (patch)
treed7cc23a9b6187c3c8296c9dc580906ef7a02da84 /engine.cpp
parent36a317741a2eca593d083534b290afcc6d1661ef (diff)
evaluatebutton, histbrowser, file splitting, makefile
Diffstat (limited to 'engine.cpp')
-rw-r--r--engine.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engine.cpp b/engine.cpp
new file mode 100644
index 0000000..2f4fb79
--- /dev/null
+++ b/engine.cpp
@@ -0,0 +1,9 @@
+#include <iostream>
+
+#include "engine.h"
+
+using namespace std;
+
+void logocommand(const char *str){
+ cout<<str<<endl;
+}