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