X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fobject.h;fp=source%2Fobject.h;h=bd66e7ee0896899d3ca6df814828f64b3839f827;hb=b5dd2b141640b2483cc290d99cdc2a0bf72be1b4;hp=a574fb645ddd2b20fbbce4f9c32fffa0de8d57f9;hpb=92f87b75f96392c0f6b306a55738cdab413a7b92;p=libs%2Fgl.git diff --git a/source/object.h b/source/object.h index a574fb64..bd66e7ee 100644 --- a/source/object.h +++ b/source/object.h @@ -46,6 +46,7 @@ public: }; Object(); + Object(const Mesh *, const Technique *); ~Object(); void set_mesh(const Mesh *m) { set_mesh(0, m); }