23 #include <boost/cstdint.hpp>
34 bool init(
int argc,
char **argv[]);
38 boost::uint32_t
maskFlags(boost::uint32_t sdl_flags);
40 void render(
int minx,
int miny,
int maxx,
int maxy);
42 SDL_Surface *_sdl_surface;
43 unsigned char *_offscreenbuf;
48 std::vector< geometry::Range2d<int> > _drawbounds;