]> code.bitgloo.com Git - clyne/entityx.git/commit
Events no longer need to be inherited from Event, they can be any class.
authorAlec Thomas <alec@swapoff.org>
Mon, 9 Feb 2015 00:31:43 +0000 (11:31 +1100)
committerAlec Thomas <alec@swapoff.org>
Mon, 9 Feb 2015 00:49:31 +0000 (11:49 +1100)
commit312fe6d0cd0e7e34552a72cc8b628f046986de5c
tree8c34d8c6c692ad6ed0d992048f04735901bfa991
parenta99d4ca8bc1079ed2e7bc3d1e8f4061fcb96b88d
Events no longer need to be inherited from Event, they can be any class.

See #85.
entityx/Event.cc
entityx/Event.h
entityx/Event_test.cc