summaryrefslogtreecommitdiff
path: root/engine.cpp
blob: 2f4fb7982cd90eeb11bb5c4a674ec9b0dfd1d297 (plain)
1
2
3
4
5
6
7
8
9
#include <iostream>

#include "engine.h"

using namespace std;

void logocommand(const char *str){
	cout<<str<<endl;
}