aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/UMenuText.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/UMenuText.pas')
-rw-r--r--src/menu/UMenuText.pas13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/menu/UMenuText.pas b/src/menu/UMenuText.pas
index 597210a6..bc3d5ebd 100644
--- a/src/menu/UMenuText.pas
+++ b/src/menu/UMenuText.pas
@@ -33,12 +33,13 @@ interface
{$I switches.inc}
-uses TextGL,
- UTexture,
- gl,
- math,
- SysUtils,
- SDL;
+uses
+ TextGL,
+ UTexture,
+ gl,
+ math,
+ SysUtils,
+ SDL;
type
TText = class