libsegl/gldrawhelper.h

16 lines
208 B
C++

#ifndef __GLDRAWHELPER_H
#define __GLDRAWHELPER_H
#include <SDL.h>
#include <SDL_opengl.h>
#include "rect.h"
namespace segl {
void GLDrawSDLRect(SDL_Rect *rect, Rect *tex=0);
} // namespace segl
#endif