From 3f7fb70c3a31c88c3308b6a6fc88303ef5a36430 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Sun, 30 Mar 2008 19:37:37 +0000 Subject: New Database Structure Init ready git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@984 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/USong.pas | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Game/Code/Classes/USong.pas') diff --git a/Game/Code/Classes/USong.pas b/Game/Code/Classes/USong.pas index 27c79a71..d6021811 100644 --- a/Game/Code/Classes/USong.pas +++ b/Game/Code/Classes/USong.pas @@ -42,12 +42,6 @@ type StartBeat: real; end; - TScore = record - Name: widestring; - Score: integer; - Length: string; - end; - {TSong = class FileLineNo : integer; //Line which is readed at Last, for error reporting @@ -113,7 +107,14 @@ type procedure clear(); end; } + TScore = record + Name: widestring; + Score: integer; + Length: string; + end; + AScore = Array[0..4] of TScore; + {******************* New TSong Class. Containing some Methods for DB communication -- cgit v1.2.3