Subversion Repositories spacemission

Rev

Rev 31 | Rev 63 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 40
Line 1... Line 1...
1
program SpaceMission;
1
program SpaceMission;
2
 
2
 
3
uses
3
uses
4
  Windows,
4
  Windows,
5
  {$IF CompilerVersion >= 23.0}System.UITypes,{$IFEND}
5
  {$IF CompilerVersion >= 23.0}
-
 
6
  System.UITypes,
-
 
7
  {$IFEND }
6
  Forms,
8
  Forms,
7
  Dialogs,
9
  Dialogs,
8
  SysUtils,
10
  SysUtils,
9
  GamMain in 'GamMain.pas' {MainForm},
11
  GamMain in 'GamMain.pas' {MainForm},
10
  GamSplash in 'GamSplash.pas' {SplashForm},
12
  GamSplash in 'GamSplash.pas' {SplashForm},
11
  GamSpeicherung in 'GamSpeicherung.pas' {SpeicherungForm},
13
  GamSpeicherung in 'GamSpeicherung.pas' {SpeicherungForm},
12
  ComInfo in 'ComInfo.pas' {InfoForm},
14
  ComInfo in 'ComInfo.pas' {InfoForm},
13
  GamCheat in 'GamCheat.pas' {CheatForm},
15
  GamCheat in 'GamCheat.pas' {CheatForm},
14
  ComLevelReader in 'ComLevelReader.pas',
16
  ComLevelReader in 'ComLevelReader.pas',
15
  Global in 'Global.pas',
17
  Global in 'Global.pas';
16
  ComSaveGameReader in 'ComSaveGameReader.pas';
-
 
17
 
18
 
18
{$R *.RES}
19
{$R *.RES}
19
 
20
 
20
var
21
var
21
  Sem: THandle;
22
  Sem: THandle;