#ifndef TEXTURE_H #define TEXTURE_H class Texture { public: Texture(); ~Texture(); }; #endif // TEXTURE_H