mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04:00
removed a redundant typedef
This commit is contained in:
parent
79e6156b4f
commit
34f106749a
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user