issues
search
eliasreid
/
rad-shooter
Simply c++ arcade-y shooting game using SDL. WIP, no installer
1
stars
0
forks
source link
move event_type enum to subject class
#18
Open
eliasreid
opened
4 years ago
eliasreid
commented
4 years ago
Either have accessible by class scope through
Subject::EVENT_HEALTH_CHANGED
or have outside of class scope, keeping the same API as before with
EVENT_TYPE::HEALTH_CHANGED
Subject::EVENT_HEALTH_CHANGED
EVENT_TYPE::HEALTH_CHANGED