A quad is now a file
[henge/webcc.git] / src / apc / ir.h
index cc0508f..ff4a4f1 100644 (file)
@@ -211,8 +211,7 @@ struct odat {
   int hitbox;
   struct root root;
   struct ref* refp; /* pointer to it's ref on ref_list */
-  int num_quads;
-  struct quad quad_list[MAX_QUADS];
+  void* quad_filep;
 };
 
 struct odat* curr_set_odatp; //when a set has elements, insert_set() can no longer
@@ -323,7 +322,7 @@ insert_root(int, int, int);
 
 /* Inserts a quad into the CURR_ODAT */
 void
-insert_quad(int, int, int, uint64_t);
+insert_quad(void*);
 
 void
 insert_model(void);