Subversion Repositories spacemission

Rev

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

Rev 16 Rev 21
Line 16... Line 16...
16
 *
16
 *
17
 ***************************************************************************)
17
 ***************************************************************************)
18
 
18
 
19
interface
19
interface
20
 
20
 
-
 
21
{$INCLUDE DelphiXcfg.inc}
-
 
22
 
-
 
23
{$IFNDEF UseDirectPlay} // Daniel Marschall 12.04.2024 Added to avoid Windows showing "This app requires DirectPlay"
-
 
24
{$MESSAGE ERROR 'If you want to use DXPlay.pas, please enable the IFDEF UseDirectPlay in DelphiXcfg.inc'}
-
 
25
{$ENDIF}
-
 
26
 
21
{$MINENUMSIZE 4}
27
{$MINENUMSIZE 4}
22
{$ALIGN ON}
28
{$ALIGN ON}
23
 
29
 
24
uses
30
uses
25
  Windows;
31
  Windows;