X-Git-Url: http://git.mutantstargoat.com?p=demo;a=blobdiff_plain;f=src%2Fobject.h;h=98a259594a11fb5977910eb81208bc1200fa4ea0;hp=57aef841745f68b1bcb0260bfc39ecc7a5a428b5;hb=0da7a98f74d00bfa6cf0d47fd7cf0f687eeba5f6;hpb=826b0cf7adaf8b1dc4c37f57a4a98c79a3995e21 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;