Many fixes, now generates a single image per frame.
[dyncnn.git] / universe.h
index 6cb4193..11dacc7 100644 (file)
 #include "canvas.h"
 #include "polygon.h"
 
-#ifdef X11_SUPPORT
-#include "simple_window.h"
-#endif
-
 using namespace std;
 
 class Universe {
@@ -64,14 +60,6 @@ public:
 
   Polygon *pick_polygon(scalar_t x, scalar_t y);
 
-#ifdef XFIG_SUPPORT
-  void print_xfig(XFigTracer *tracer);
-#endif
-
-#ifdef X11_SUPPORT
-  void draw(SimpleWindow *window);
-#endif
-
   void draw(Canvas *canvas);
 };