#include <screen.h>
Inheritance diagram for Screen:
Static Public Member Functions | |
void | Init (int w, int h, int bpp) |
Initialize the screen window. | |
void | Flip () |
Flip the screen buffer. | |
Static Protected Member Functions | |
SDL_Surface * | LoadImage (const char *src) |
Load an image from file src. | |
Static Protected Attributes | |
SDL_Surface * | screen = 0 |
|
Flip the screen buffer.
|
|
Initialize the screen window. This argument takes the windows width, height and bits per pixel |
|
Load an image from file src.
|
|
|