hedgewars/uRender.pas
branchqmlfrontend
changeset 12878 b3426030a426
parent 12855 1b2b84315d27
child 12881 07a267d72fce
equal deleted inserted replaced
12877:c9418f57fcbc 12878:b3426030a426
   104 procedure openglTranslatef      (X, Y, Z: GLfloat); inline;
   104 procedure openglTranslatef      (X, Y, Z: GLfloat); inline;
   105 
   105 
   106 
   106 
   107 implementation
   107 implementation
   108 uses {$IFNDEF PAS2C} StrUtils, {$ENDIF}uVariables, uUtils
   108 uses {$IFNDEF PAS2C} StrUtils, {$ENDIF}uVariables, uUtils
   109      {$IFDEF GL2}, uMatrix, uConsole{$ENDIF}, uConsts;
   109      {$IFDEF GL2}, uMatrix, uConsole, uPhysFSLayer, uDebug{$ENDIF}, uConsts;
   110 
   110 
   111 {$IFDEF USE_TOUCH_INTERFACE}
   111 {$IFDEF USE_TOUCH_INTERFACE}
   112 const
   112 const
   113     FADE_ANIM_TIME = 500;
   113     FADE_ANIM_TIME = 500;
   114     MOVE_ANIM_TIME = 500;
   114     MOVE_ANIM_TIME = 500;