aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/USingScores.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/USingScores.pas')
-rw-r--r--Game/Code/Classes/USingScores.pas16
1 files changed, 14 insertions, 2 deletions
diff --git a/Game/Code/Classes/USingScores.pas b/Game/Code/Classes/USingScores.pas
index 27a65b32..881a5515 100644
--- a/Game/Code/Classes/USingScores.pas
+++ b/Game/Code/Classes/USingScores.pas
@@ -1,7 +1,14 @@
unit USingScores;
interface
-uses UThemes, OpenGl12, UTexture;
+
+{$IFDEF FPC}
+ {$MODE Delphi}
+{$ENDIF}
+
+uses UThemes,
+ OpenGl12,
+ UTexture;
//Some Constances containing Options that could change by time
const
@@ -158,7 +165,12 @@ type
implementation
-uses SDL, SysUtils, ULog, UGraphic, TextGL;
+
+uses SDL,
+ SysUtils,
+ ULog,
+ UGraphic,
+ TextGL;
//-----------
//Constructor just sets some standard Settings