fixed bounding volume issue
[laserbrain_demo] / src / geomdraw.h
1 #ifndef GEOMDRAW_H_
2 #define GEOMDRAW_H_
3
4 #include "geom.h"
5
6 void draw_geom_object(const GeomObject *gobj);
7
8 #endif