]> git.tdb.fi Git - libs/game.git/commit
Add an event bus for delivering events
authorMikko Rasa <tdb@tdb.fi>
Thu, 20 Oct 2022 21:02:25 +0000 (00:02 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 20 Oct 2022 21:34:26 +0000 (00:34 +0300)
commit6a93721ab67315e916f6c649b1f7bc5447d611a4
tree2ff698200243f1644162de39428304c644618499
parentb644c89c81d89f60a0d82fe208fc76ce1c278a4c
Add an event bus for delivering events
source/game/eventbus.cpp [new file with mode: 0644]
source/game/eventbus.h [new file with mode: 0644]
source/game/eventobserver.cpp [new file with mode: 0644]
source/game/eventobserver.h [new file with mode: 0644]
source/game/eventsource.h [new file with mode: 0644]
source/game/stage.h