aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/UltraStar.dpr
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-05 13:37:02 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-05 13:37:02 +0000
commiteafa73ec3181ed45a8a6fdea8ef64fc9a1e867b3 (patch)
tree0a84e7f3c893151e3782fe2f676fa2f7f82cacf8 /Game/Code/UltraStar.dpr
parent059d0bf5aa52228b3d968b21597546f6ddb5a967 (diff)
downloadusdx-eafa73ec3181ed45a8a6fdea8ef64fc9a1e867b3.tar.gz
usdx-eafa73ec3181ed45a8a6fdea8ef64fc9a1e867b3.tar.xz
usdx-eafa73ec3181ed45a8a6fdea8ef64fc9a1e867b3.zip
Introduction of config-file mechanism.
For now just the windows version. Linux and MacOSX later. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@813 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.dpr')
-rw-r--r--Game/Code/UltraStar.dpr2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr
index e2242d1b..18a825eb 100644
--- a/Game/Code/UltraStar.dpr
+++ b/Game/Code/UltraStar.dpr
@@ -78,6 +78,8 @@ uses
//------------------------------
//Includes - Classes
//------------------------------
+ UConfig in 'Classes\UConfig.pas',
+
UCommon in 'Classes\UCommon.pas',
UGraphic in 'Classes\UGraphic.pas',
UTexture in 'Classes\UTexture.pas',