51 static void *
get (SDL_RWops * file,
u_int16 * length,
u_int16 * height);
66 static void pnm_gotonextline (SDL_RWops * file);
69 static int pnm_checkforcomment (SDL_RWops * file);
Declares some basic types.
#define u_int16
16 bits long unsigned integer
Allow reading and writing PNM files.
static void put(SDL_RWops *file, void *image, u_int16 length, u_int16 height)
Saves a PNM image into an opened file.
Image manipulation class.