#pragma once #include struct Image { GLuint texture; int width, height; };