DEADSOFTWARE

put "{$MODE ...}" directive in each source file; removed trailing spaces, and convert...
[d2df-sdl.git] / src / engine / e_input.pas
index b16508fb3a4171a85f99630c9b18776be47a27e3..095a76eed045a32d91d6c743c7a5e51fabbb989a 100644 (file)
@@ -1,3 +1,4 @@
+{$MODE DELPHI}
 unit e_input;
 
 interface
@@ -247,7 +248,7 @@ end;
 function e_InitInput(): Boolean;
 begin
   Result := False;
-  
+
   e_JoysticksAvailable := OpenJoysticks();
   e_EnableInput := True;
   GenerateKeyNames();