summaryrefslogtreecommitdiff
path: root/engine.cpp
diff options
context:
space:
mode:
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;
+}