hedgewars/uRender.pas
branchsdl2transition
changeset 11379 7bc9042549c1
parent 11317 62287d4044e7
child 11403 b894922d58cc
child 11792 d8b7884abf9c
equal deleted inserted replaced
11378:cef3fef64c93 11379:7bc9042549c1
   102 procedure openglTranslatef      (X, Y, Z: GLfloat); inline;
   102 procedure openglTranslatef      (X, Y, Z: GLfloat); inline;
   103 
   103 
   104 
   104 
   105 implementation
   105 implementation
   106 uses {$IFNDEF PAS2C} StrUtils, {$ENDIF}SysUtils, uVariables, uUtils, uConsts
   106 uses {$IFNDEF PAS2C} StrUtils, {$ENDIF}SysUtils, uVariables, uUtils, uConsts
   107      {$IFDEF GL2}, uMatrix, uConsole{$ENDIF}
   107      {$IFDEF GL2}, uMatrix, uConsole{$ENDIF};
   108      {$IF NOT DEFINED(SDL2) AND DEFINED(USE_VIDEO_RECORDING)}, glut {$ENDIF};
       
   109 
   108 
   110 {$IFDEF USE_TOUCH_INTERFACE}
   109 {$IFDEF USE_TOUCH_INTERFACE}
   111 const
   110 const
   112     FADE_ANIM_TIME = 500;
   111     FADE_ANIM_TIME = 500;
   113     MOVE_ANIM_TIME = 500;
   112     MOVE_ANIM_TIME = 500;