#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