aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/events.h
AgeCommit message (Collapse)Author
2017-01-14CHEWY: Fix Various Unused Variable Warnings.D G Turner
Various engine variables are passed down to sub-objects, but never used currently causing compiler warnings. It is unclear if these are intended to be used in future, but have removed for now, rather than commenting out as that would be messier. Can be restored easily if necessary in future.
2016-10-03CHEWY: Use virtual destructors. Some cleanupFilippos Karapetis
2016-10-03CHEWY: Add an event manager, and get rid of g_engineFilippos Karapetis