quick backup of the renderer - things missing
[demo] / src / object.h
index 57aef84..98a2595 100644 (file)
@@ -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;