forked from mirror/openmw-tes3mp
removed a redundant typedef
This commit is contained in:
parent
79e6156b4f
commit
34f106749a
1 changed files with 3 additions and 2 deletions
|
@ -31,11 +31,12 @@ namespace Launcher
|
|||
class UnshieldThread;
|
||||
class SettingsPage;
|
||||
|
||||
typedef enum {
|
||||
enum FirstRunDialogResult
|
||||
{
|
||||
FirstRunDialogResultFailure,
|
||||
FirstRunDialogResultContinue,
|
||||
FirstRunDialogResultWizard
|
||||
} FirstRunDialogResult;
|
||||
};
|
||||
|
||||
#ifndef WIN32
|
||||
bool expansions(Launcher::UnshieldThread& cd);
|
||||
|
|
Loading…
Reference in a new issue