]> git.mxchange.org Git - flightgear.git/commitdiff
Maik Justus : if the build is configured without FG_JPEG_SERVER, the compilation...
authorfredb <fredb>
Mon, 25 Dec 2006 19:38:34 +0000 (19:38 +0000)
committerfredb <fredb>
Mon, 25 Dec 2006 19:38:34 +0000 (19:38 +0000)
src/Network/jpg-httpd.hxx

index 4e143a28fedc4f965daf925bd829c78c23c2b0ca..1628dff7b43013710987a62157b581f6ba36cd7c 100644 (file)
@@ -44,6 +44,7 @@ public:
     void init(int, int);
     void destroy();
     int render();
+    void setFrustum(double,double,double,double,double,double);
   void *data();
 };
 #endif