summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.h
diff options
context:
space:
mode:
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