aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UMain.pas
diff options
context:
space:
mode:
authoreddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-01 19:50:02 +0000
committereddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-01 19:50:02 +0000
commit4df428bedccc51a542f46f3737a5848265d6dc27 (patch)
tree70e988bb0e45c61a06bb2c3f46aeeb7e94676b97 /Game/Code/Classes/UMain.pas
parent391d30716d48dc709f6444b19c008e82311623b9 (diff)
downloadusdx-4df428bedccc51a542f46f3737a5848265d6dc27.tar.gz
usdx-4df428bedccc51a542f46f3737a5848265d6dc27.tar.xz
usdx-4df428bedccc51a542f46f3737a5848265d6dc27.zip
Windows version now compiles again.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@547 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/UMain.pas')
-rw-r--r--Game/Code/Classes/UMain.pas5
1 files changed, 4 insertions, 1 deletions
diff --git a/Game/Code/Classes/UMain.pas b/Game/Code/Classes/UMain.pas
index bbc64f80..80305b35 100644
--- a/Game/Code/Classes/UMain.pas
+++ b/Game/Code/Classes/UMain.pas
@@ -5,6 +5,9 @@ interface
{$I switches.inc}
uses
+ {$IFDEF MSWINDOWS}
+ Windows,
+ {$ENDIF}
SDL,
UGraphic,
UMusic,
@@ -131,7 +134,7 @@ procedure ClearScores(PlayerNum: integer);
implementation
-uses USongs, UJoystick, math, UCommandLine, ULanguage, SDL_ttf,
+uses USongs, UJoystick, math, UCommandLine, ULanguage, SDL_ttf,
USkins, UCovers, UCatCovers, UDataBase, UPlaylist, UDLLManager,
UParty, UCore, UGraphicClasses, UPluginDefs;