aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/UMenu.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/UMenu.pas')
-rw-r--r--src/menu/UMenu.pas15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/menu/UMenu.pas b/src/menu/UMenu.pas
index ccc22688..dd182d5f 100644
--- a/src/menu/UMenu.pas
+++ b/src/menu/UMenu.pas
@@ -33,8 +33,19 @@ interface
{$I switches.inc}
-uses gl, SysUtils, UTexture, UMenuStatic, UMenuText, UMenuButton, UMenuSelectSlide,
- UMenuInteract, UThemes, UMenuButtonCollection, Math, UMusic;
+uses
+ gl,
+ SysUtils,
+ UTexture,
+ UMenuStatic,
+ UMenuText,
+ UMenuButton,
+ UMenuSelectSlide,
+ UMenuInteract,
+ UThemes,
+ UMenuButtonCollection,
+ Math,
+ UMusic;
type
{ Int16 = SmallInt;}