35 static int initialized;
36 static SDL_Surface* buffer;
virtual int width() const
Definition: image.hpp:66
screen(int width, int height)
Definition: screen.cpp:17
virtual ~screen()
Definition: screen.cpp:36
bool wait_quit_event()
wait indefinitely for the next quit event
Definition: screen.cpp:52
virtual void update()
Definition: screen.cpp:46
virtual int height() const
Definition: image.hpp:73
Graphical window.
Definition: screen.hpp:33
Image surface.
Definition: image.hpp:31