#include "../ngt.h"
#include <string>
#include "../ngt.h"
Go to the source code of this file.
Classes | |
class | NGT_Surface |
NGT Surface class. More... | |
Functions | |
SDL_Surface * | NGT_SurfaceLoad (char *file) |
Load an image specified by the 'file' argument into a SDL_Surface. | |
void | SurfaceDraw (SDL_Surface *screen, SDL_Surface *img, int x, int y) |
Draws a surface. | |
void | SurfaceDraw (SDL_Surface *screen, SDL_Surface *img, int x, int y, int w, int h, int x2, int y2) |
|
Load an image specified by the 'file' argument into a SDL_Surface.
Definition at line 38 of file video_basic.cpp. Referenced by NGT_SpriteBase::init(). |
|
|
|
Draws a surface.
|