summaryrefslogtreecommitdiff
path: root/render/mask.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/mask.c')
-rw-r--r--render/mask.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/render/mask.c b/render/mask.c
index 37e506f3..14836be7 100644
--- a/render/mask.c
+++ b/render/mask.c
@@ -16,5 +16,6 @@ void pixmap_mask_free(pixmap_mask *m)
g_free(m);
}
-
-/* DO YOUR MAGIC MANNY WOOT \m/ */
+void mask_draw(pixmap_mask *p, TextureMask *m)
+{
+}