apparently I shouldn't std::move on return, let's pray to the compiler
[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