]> git.tdb.fi Git - libs/game.git/commit
Add infrastructure for receiving player input
authorMikko Rasa <tdb@tdb.fi>
Sun, 20 Nov 2022 13:59:45 +0000 (15:59 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 20 Nov 2022 13:59:45 +0000 (15:59 +0200)
commit86c345922f02587d6c49e637535adf5494819652
tree68cf02622f6310bb2baa3d529338291f65cd7a25
parent391f1ab3c7ca52a9990f516f4cdd7094f60350df
Add infrastructure for receiving player input
source/gameview/application.h
source/gameview/events.h [new file with mode: 0644]
source/gameview/playerinput.cpp [new file with mode: 0644]
source/gameview/playerinput.h [new file with mode: 0644]
source/gameview/resources.cpp [new file with mode: 0644]
source/gameview/resources.h [new file with mode: 0644]