You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
208 B

#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