#include <GraphicContext.h>
Public Member Functions | |
| Surface (SDL_Surface *source) | |
| Constructor, allocate the internal surface suitable for fast blit, free the source. | |
| ~Surface () | |
| Destructor, release SDL surface. | |
Public Attributes | |
| SDL_Surface * | s |
| SDL surface. | |
1.4.2