Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/GUI/dimgui/settings_screen.h')
-rw-r--r--Source/GUI/dimgui/settings_screen.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/GUI/dimgui/settings_screen.h b/Source/GUI/dimgui/settings_screen.h
index d2d3a4d4..f336d62e 100644
--- a/Source/GUI/dimgui/settings_screen.h
+++ b/Source/GUI/dimgui/settings_screen.h
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------------
// Name: settings_screen.h
// Developer: Wolfire Games LLC
-// Description:
+// Description:
// License: Read below
//-----------------------------------------------------------------------------
//
@@ -25,6 +25,7 @@
class ASContext;
class SceneGraph;
-enum ImGuiSettingsType {IMGST_MENU, IMGST_WINDOW};
+enum ImGuiSettingsType { IMGST_MENU,
+ IMGST_WINDOW };
void DrawSettingsImGui(SceneGraph* scenegraph, ImGuiSettingsType type);
void AttachSettingsScreen(ASContext* ctx);