Errr... I forgot.

This commit is contained in:
Petr Mrázek
2013-08-03 23:58:39 +02:00
parent 13b1b98f7c
commit 4f73091bb5
19 changed files with 269 additions and 382 deletions

View File

@@ -21,6 +21,7 @@
#include "libmmc_config.h"
class InstVersion;
class BaseInstance;
/*!
@@ -59,7 +60,7 @@ public:
* - InstExists if the given instance directory is already an instance.
* - CantCreateDir if the given instance directory cannot be created.
*/
InstCreateError createInstance(BaseInstance *&inst, const QString &instDir);
InstCreateError createInstance(BaseInstance *&inst, const InstVersion * version, const QString &instDir);
/*!
* \brief Loads an instance from the given directory.