#pragma once #include "gfx_object.hpp" class GFXTexture : public GFXObject { public: int width, height; };