DEADSOFTWARE

gl: fix build for gles (still not work on android)
[d2df-sdl.git] / src / nogl / noGLSTUB.inc
index 5fa0e47d7539c8245c4135873f315cc691cd41b6..1056fa3edba9da32493342ae6ff53dd44eabe208 100644 (file)
@@ -99,6 +99,10 @@ implementation
   begin
   end;
 
+  procedure glOrtho (left, right, bottom, top, near, far: GLfloat);
+  begin
+  end;
+
   procedure glLoadIdentity;
   begin
   end;