aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/game-manager.h
AgeCommit message (Collapse)Author
2019-07-28SUPERNOVA: Merge getInput and waitOnInput methods.Jaromir Wysoglad
2019-07-28SUPERNOVA: Fix some code issues pointed by CriezyJaromir Wysoglad
Remove 2 unused variables and a function call with wrong datatype
2019-07-28SUPERNOVA: When dead return back to main loop ASAPJaromir Wysoglad
2019-07-28SUPERNOVA: Merge in the supernova2 engine.Jaromir Wysoglad
2019-07-28SUPERNOVA: Move part 1 files to it's own directoryJaromir Wysoglad
2019-07-28SUPERNOVA: Divide GameManager into 2 classesJaromir Wysoglad
GameManager got divided into a base class, that will be used for both parts and a derived class specific to only the first part.