quick backup of the renderer - things missing
[demo] / src / texture.h
index d386eee..bcf9a92 100644 (file)
@@ -19,6 +19,7 @@ public:
        virtual ~Texture();
 
        virtual bool load(const char *fname);
+       virtual void bind() = 0;
 };
 
 #endif // TEXTURE_H_
\ No newline at end of file