diff options
Diffstat (limited to 'src/post/goom/ifs.h')
-rw-r--r-- | src/post/goom/ifs.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/post/goom/ifs.h b/src/post/goom/ifs.h index 9cb19514f..1fdaeabaa 100644 --- a/src/post/goom/ifs.h +++ b/src/post/goom/ifs.h @@ -13,16 +13,16 @@ typedef struct _ifsPoint } IFSPoint; -/* init ifs for a (width)x(height) output. */ +// init ifs for a (width)x(height) output. void init_ifs (int width, int height); -/* draw an ifs on the buffer (which size is width * height) */ -/* increment means that we draw 1/increment of the ifs's points */ +// draw an ifs on the buffer (which size is width * height) +// increment means that we draw 1/increment of the ifs's points void ifs_update (guint32 * buffer, guint32 * back, int width, int height, int increment); -/* free all ifs's data. */ -void release_ifs (void); +// free all ifs's data. +void release_ifs (); /* DONT USE !!! deprecated |