Add Settings Stuff. :P

This commit is contained in:
VoltZ
2019-11-02 04:32:23 +01:00
committed by GitHub
parent 44c31c46d5
commit 7ee50d5418
16 changed files with 907 additions and 39 deletions
+6
View File
@@ -39,6 +39,12 @@ public:
int h;
int link;
};
struct Key {
std::string character;
int x;
int y;
};
private:
};