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 14... Line 14...
14
  LevSplash in 'LevSplash.pas' {SplashForm},
14
  LevSplash in 'LevSplash.pas' {SplashForm},
15
  LevSpeicherung in 'LevSpeicherung.pas' {SpeicherungForm},
15
  LevSpeicherung in 'LevSpeicherung.pas' {SpeicherungForm},
16
  ComInfo in 'ComInfo.pas' {InfoForm},
16
  ComInfo in 'ComInfo.pas' {InfoForm},
17
  LevSource in 'LevSource.pas' {SourceForm},
17
  LevSource in 'LevSource.pas' {SourceForm},
18
  LevOptions in 'LevOptions.pas' {LevelForm},
18
  LevOptions in 'LevOptions.pas' {LevelForm},
19
  Global in 'Global.pas',
19
  Global in 'Global.pas'{$IF CompilerVersion >= 23.0},
20
  System.UITypes;
20
  System.UITypes{$IFEND};
21
 
21
 
22
{$R *.RES}
22
{$R *.RES}
23
 
23
 
24
var
24
var
25
  Fehler: boolean;
25
  Fehler: boolean;