]> git.treefish.org Git - phys/latlib.git/blobdiff - culooks.h
...
[phys/latlib.git] / culooks.h
index 45fa31990118bcafbf930ea17328e4ef228e5a77..32e36a814872ca585ec9f7ad7ecec9de6889dc76 100644 (file)
--- a/culooks.h
+++ b/culooks.h
 #include <X11/Xutil.h>
 #include <string>
 
+#include "culooks_cube.h"
+
 using namespace std;
 
 class culooks
 {
  public:
-  class cube {
-  public:
-    cube(int l);
-    void draw();
-    int id;
-    float az, alt;
-    float zoom;
-  private:
-    void drawAll();
-    void drawBox();
-    static int allid;
-    float *plaq;
-    float *link;
-    int l;
-  };
-  
   struct window {
     int layout[2];
     double aspect;