#include "video_basic.h"
Go to the source code of this file.
Functions | |
SDL_Surface * | NGT_SurfaceLoad (char *file) |
Load an image specified by the 'file' argument into a SDL_Surface. | |
void | NNG_SurfaceDraw (SDL_Surface *screen, SDL_Surface *img, int x, int y) |
void | NNG_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(). |
|
Definition at line 53 of file video_basic.cpp. |
|
Definition at line 44 of file video_basic.cpp. |