diff options
Diffstat (limited to 'render/mask.h')
| -rw-r--r-- | render/mask.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/render/mask.h b/render/mask.h index 2d507a63..103b33d0 100644 --- a/render/mask.h +++ b/render/mask.h @@ -9,4 +9,7 @@ typedef struct { guint w, h; } pixmap_mask; +pixmap_mask *pixmap_mask_new(int w, int h, char *data); +void pixmap_mask_free(pixmap_mask *m); + #endif |
