hedgewars/uRender.pas
changeset 12621 d972b31f8881
parent 12282 c0ace4bf45fa
child 12855 1b2b84315d27
child 12885 dab60d247b75
equal deleted inserted replaced
12620:22bbf0392b71 12621:d972b31f8881
   103 procedure openglPopMatrix       (); inline;
   103 procedure openglPopMatrix       (); inline;
   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, uConsts
   108 uses {$IFNDEF PAS2C} StrUtils, {$ENDIF}uVariables, uUtils
   109      {$IFDEF GL2}, uMatrix, uConsole{$ENDIF}, uPhysFSLayer, uDebug;
   109      {$IFDEF GL2}, uMatrix, uConsole{$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;