Subversion Repositories spacemission

Rev

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

Rev 4 Rev 6
Line 11... Line 11...
11
  GamMain in 'GamMain.pas' {MainForm},
11
  GamMain in 'GamMain.pas' {MainForm},
12
  GamSplash in 'GamSplash.pas' {SplashForm},
12
  GamSplash in 'GamSplash.pas' {SplashForm},
13
  GamSpeicherung in 'GamSpeicherung.pas' {SpeicherungForm},
13
  GamSpeicherung in 'GamSpeicherung.pas' {SpeicherungForm},
14
  ComInfo in 'ComInfo.pas' {InfoForm},
14
  ComInfo in 'ComInfo.pas' {InfoForm},
15
  GamCheat in 'GamCheat.pas' {CheatForm},
15
  GamCheat in 'GamCheat.pas' {CheatForm},
16
  Global in 'Global.pas',
16
  Global in 'Global.pas'{$IF CompilerVersion >= 23.0},
17
  System.UITypes;
17
  System.UITypes{$IFEND};
18
 
18
 
19
{$R *.RES}
19
{$R *.RES}
20
 
20
 
21
var
21
var
22
  Sem: THandle;
22
  Sem: THandle;