aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/cursor.cpp
AgeCommit message (Collapse)Author
2017-03-15CHEWY: Initial work on speech for hotspot actionsFilippos Karapetis
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.
2017-01-08CHEWY: Clean up cursors a bitFilippos Karapetis
2016-10-10CHEWY: Move cursor related functions into a separate fileFilippos Karapetis