More code cleanups!
This commit is contained in:
parent
935ad6b02c
commit
005a010ee6
17 changed files with 183 additions and 347 deletions
|
@ -96,7 +96,7 @@ public:
|
|||
void setShouldUpdate(bool val);
|
||||
|
||||
/// return a valid GameUpdateTask if an update is needed, return NULL otherwise
|
||||
virtual GameUpdateTask* doUpdate();
|
||||
virtual OneSixUpdate* doUpdate();
|
||||
|
||||
/// prepare the instance for launch and return a constructed MinecraftProcess instance
|
||||
virtual MinecraftProcess* prepareForLaunch( QString user, QString session );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue