equal
deleted
inserted
replaced
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; |