summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-10 20:52:19 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-10 20:52:19 (GMT)
commita003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07 (patch)
tree8f3f61a0b2371a122c90835466895a45d4f7659a /Smoke/glyphs.h
parentf9e23896d3525e3dfe710585f6a88858cb88f8c6 (diff)
download2iv35-a003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07.zip
2iv35-a003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07.tar.gz
2iv35-a003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07.tar.bz2
fx or vy get/setters added. mem probs fixed
Diffstat (limited to 'Smoke/glyphs.h')
-rw-r--r--Smoke/glyphs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/glyphs.h b/Smoke/glyphs.h
index c2eb616..4ef33ad 100644
--- a/Smoke/glyphs.h
+++ b/Smoke/glyphs.h
@@ -31,8 +31,8 @@ int glyphs_get_sort(void);
void glyphs_set_frame_color(fftw_real *frame);
fftw_real *glyphs_get_frame_color(void);
-void glyphs_set_frames_direction(struct fftw_real_xy_p frame);
-struct fftw_real_xy_p glyphs_get_frames_direction(void);
+void glyphs_set_frames_direction(struct fftw_real_xy frame);
+struct fftw_real_xy glyphs_get_frames_direction(void);
struct color4f glyphs_get_color(float value);
#endif