summaryrefslogtreecommitdiff
path: root/render/mask.c
diff options
context:
space:
mode:
authorDerek Foreman <manmower@gmail.com>2003-03-17 00:53:28 +0000
committerDerek Foreman <manmower@gmail.com>2003-03-17 00:53:28 +0000
commit57314ce52246ce74ff2c64c7fc2da8794a8aaa4e (patch)
tree72b65b03f4d4b69dfd858bb4510e4564d5e200ae /render/mask.c
parentb824e6ad8e359bfd2762a5e35d62e1a1f4c9f20c (diff)
move pixmap_mask typedef
add stub for draw_mask
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)
+{
+}