#ifndef RENDER_H #define RENDER_H #include #include int renderTexture(GLuint texture, int x, int y, int width, int height); int renderSQuad(int x, int y, int width, int height, SDL_Color color); int renderLQuad(int x, int y, int width, int height, SDL_Color color); #endif