Some test inputs and commentarys

This commit is contained in:
Julian Nießner
2018-05-25 12:13:06 +02:00
parent 3169790299
commit ae5fa3f2aa
14 changed files with 108 additions and 33 deletions

View File

@@ -15,5 +15,6 @@ class InputHandler {
Command* A;
Command* S;
Command* D;
Command* quit;
};
#endif