#include "imagewin.h"#include <cstring>#include <cstdlib>#include <iostream>#include <string>#include "exult_types.h"#include "utils.h"#include "SDL_video.h"#include "SDL_error.h"Include dependency graph for imagewin.cc:

Go to the source code of this file.
Functions | |
| bool | SavePCX_RW (SDL_Surface *saveme, SDL_RWops *dst, bool freedst) |
| Imagewin.cc - A window to blit images into. | |
| static int | Get_best_depth () |
| static int Get_best_depth | ( | ) | [static] |
| bool SavePCX_RW | ( | SDL_Surface * | saveme, | |
| SDL_RWops * | dst, | |||
| bool | freedst | |||
| ) |
Imagewin.cc - A window to blit images into.
Written: 8/13/98 - JSF
Definition at line 214 of file savepcx.cc.
References save_image().
Referenced by Image_window::screenshot().
Here is the call graph for this function:

1.5.1