#ifndef __GLDRAWHELPER_H #define __GLDRAWHELPER_H #include #include #include "glrect.h" void GLDrawSDLRect(SDL_Rect *rect, GLRect *tex=0); #endif