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