Input handling and basic render capabilities along with an updated CMakeList

This commit is contained in:
Ben
2018-11-28 16:01:12 +00:00
parent 62a36bacd7
commit 93e2e109e5
18 changed files with 257 additions and 47 deletions

View File

@@ -1,8 +0,0 @@
#pragma once
class XD {
public:
static void write(char* i) {
std::cout << i << std::endl;
}
};