summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2007-12-20 12:35:00 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2007-12-20 12:35:00 (GMT)
commit88a86884cd1664a6820327c1ff8251bedaa947af (patch)
treece296ec18523ad6cc2a9e0917be3eb9f4f9cae21
parent41c695d027b1b1d64015a62c58ad6cf00ac49833 (diff)
download2iv35-88a86884cd1664a6820327c1ff8251bedaa947af.zip
2iv35-88a86884cd1664a6820327c1ff8251bedaa947af.tar.gz
2iv35-88a86884cd1664a6820327c1ff8251bedaa947af.tar.bz2
-rw-r--r--Smoke/colormap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
index 81eb828..ef6de52 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -28,8 +28,8 @@ float colormap_get_clamp_min(void);
void colormap_set_clamp_max(float max_clamp);
float colormap_get_clamp_max(void);
-//void colormap_set_frame(fftw_real *frame);
-//fftw_real *colormap_get_frame(void);
+void colormap_set_frame(fftw_real *frame);
+fftw_real *colormap_get_frame(void);
struct color4f colormap_get_color(float value);