]> git.localhorst.tv Git - ffmpeg-test.git/commit
add simple drawing game
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 13 Oct 2024 19:37:12 +0000 (21:37 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 13 Oct 2024 19:37:12 +0000 (21:37 +0200)
commit424d1ad45245da2891f6b0a3068de973ed359722
treed19809ff8ba8fbda6c92ccfe37baffaae7e6b03f
parent040709bdb4c4b14410e1e87bb73bf9cf14d23057
add simple drawing game
src/app/Application.h
src/app/DrawingGame.h [new file with mode: 0644]
src/app/Game.h [new file with mode: 0644]
src/app/Mixer.h
src/app/Renderer.h
src/app/State.h
src/ws/Connection.cpp