X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Fobject.h;h=98a259594a11fb5977910eb81208bc1200fa4ea0;hb=136a7fcbfabb2f0b0b3e340213e36a548715a370;hp=57aef841745f68b1bcb0260bfc39ecc7a5a428b5;hpb=7a8a3e835aa4fefb930b843466db1566621e1fbe;p=demo diff --git a/src/object.h b/src/object.h index 57aef84..98a2595 100644 --- a/src/object.h +++ b/src/object.h @@ -9,12 +9,6 @@ class Mesh; class ShaderProgram; class Texture; -enum OType { - OBJ_MESH, - OBJ_PT_LIGHT, - OBJ_CAMERA -}; - struct Material { Vec3 diffuse; Vec3 specular;