1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-04 19:26:30 +00:00

removed a redundant typedef

This commit is contained in:
Marc Zinnschlag 2015-05-17 10:38:15 +02:00
parent 79e6156b4f
commit 34f106749a

View file

@ -31,11 +31,12 @@ namespace Launcher
class UnshieldThread; class UnshieldThread;
class SettingsPage; class SettingsPage;
typedef enum { enum FirstRunDialogResult
{
FirstRunDialogResultFailure, FirstRunDialogResultFailure,
FirstRunDialogResultContinue, FirstRunDialogResultContinue,
FirstRunDialogResultWizard FirstRunDialogResultWizard
} FirstRunDialogResult; };
#ifndef WIN32 #ifndef WIN32
bool expansions(Launcher::UnshieldThread& cd); bool expansions(Launcher::UnshieldThread& cd);