]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jpg-httpd.hxx
Add properties for raw axis and button values, for use
[flightgear.git] / src / Network / jpg-httpd.hxx
index e4fde9e9b9a835a026fd04446b32db7c69326d85..e5adee5f15c8ce4f3110b878b5ba12991b6e0201 100644 (file)
 #ifndef _FG_JPEG_HTTPD_HXX
 #define _FG_JPEG_HTTPD_HXX
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <simgear/io/sg_netChat.hxx>
-
-#ifdef FG_JPEG_SERVER
-#  include <simgear/screen/jpgfactory.hxx>
-#else
-// dummy it in to keep the compiler happy
-class trJpgFactory {
-public:
-    trJpgFactory();
-    void init(int, int);
-    void destroy();
-    int render();
-    void setFrustum(double,double,double,double,double,double);
-  void *data();
-};
-#endif
+#include <simgear/screen/jpgfactory.hxx>
 
 #include "protocol.hxx"
 
-class trJpgFactory;
-
 
 /* simple httpd server that makes an hasty stab at following the http
    1.1 rfc.  */