libsegl/gldrawhelper.h

16 lines
208 B
C
Raw Normal View History

2008-02-09 13:43:23 +01:00
#ifndef __GLDRAWHELPER_H
#define __GLDRAWHELPER_H
#include <SDL.h>
#include <SDL_opengl.h>
#include "rect.h"
2008-02-09 13:43:23 +01:00
namespace segl {
2008-02-09 13:43:23 +01:00
void GLDrawSDLRect(SDL_Rect *rect, Rect *tex=0);
} // namespace segl
2008-02-09 13:43:23 +01:00
#endif