#include <iomanip>#include "shapevga.h"#include "monstinf.h"#include "utils.h"#include "exceptions.h"Include dependency graph for shapevga.cc:

Go to the source code of this file.
Defines | |
| #define | patch_exists(p) (have_patch_path && U7exists(p)) |
| #define | patch_name(p) (patch_exists(p) ? (p) : 0) |
Functions | |
| static bool | U7open2 (ifstream &in, const char *pname, const char *fname, bool editing) |
| #define patch_exists | ( | p | ) | (have_patch_path && U7exists(p)) |
| #define patch_name | ( | p | ) | (patch_exists(p) ? (p) : 0) |
| static bool U7open2 | ( | ifstream & | in, | |
| const char * | pname, | |||
| const char * | fname, | |||
| bool | editing | |||
| ) | [static] |
Definition at line 45 of file shapevga.cc.
References U7open().
Referenced by Shapes_vga_file::read_info().
Here is the call graph for this function:

1.5.1