summaryrefslogtreecommitdiff
path: root/render/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/render.h')
-rw-r--r--render/render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h
index c614d871..e282740e 100644
--- a/render/render.h
+++ b/render/render.h
@@ -153,6 +153,7 @@ Appearance *appearance_new(SurfaceType type, int numtex);
Appearance *appearance_copy(Appearance *a);
void appearance_free(Appearance *a);
void truecolor_startup(void);
+void pseudocolor_startup(void);
void pixel32_to_pixmap(pixel32 *in, Pixmap out, int x, int y, int w, int h);
#endif /*__render_h*/