Iiiiiiiii don't wanna fly!

This commit is contained in:
Marc-Eric Martel
2021-10-01 10:52:33 -04:00
parent bce97c3480
commit 62caee0196
5 changed files with 88 additions and 17 deletions

View File

@@ -38,6 +38,7 @@ private:
bool m_keyA = false;
bool m_keyS = false;
bool m_keyD = false;
bool m_keySpace = false;
};
#endif // ENGINE_H__