diff options
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h index a983c783..d3752e65 100644 --- a/render/render.h +++ b/render/render.h @@ -151,4 +151,6 @@ Appearance *appearance_new(SurfaceType type, int numtex); Appearance *appearance_copy(Appearance *a); void appearance_free(Appearance *a); void truecolor_startup(void); +void pixel32_to_pixmap(pixel32 *in, Pixmap out, int x, int y, int w, int h); + #endif /*__render_h*/ |
