#include "bitmap.h"#include "wp_implementation.h"#include <basis/function.h>#include <geometric/screen_rectangle.h>#include <stdio.h>Include dependency graph for bitmap.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| byte * | allocate (int width, int height) |
| bool | fail (FILE *f) |
| byte* allocate | ( | int | width, | |
| int | height | |||
| ) |
Definition at line 31 of file bitmap.cpp.
References NIL.
Referenced by bitmap::read_bitmap(), and bitmap::reset().
| bool fail | ( | FILE * | f | ) |
Definition at line 67 of file bitmap.cpp.
Referenced by bitmap::read_bitmap(), and bitmap::write_bitmap().
1.5.1