summaryrefslogtreecommitdiff
path: root/src/post/goom/goom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/goom.h')
-rw-r--r--src/post/goom/goom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/post/goom/goom.h b/src/post/goom/goom.h
index 35e4e751e..b0ddab17e 100644
--- a/src/post/goom/goom.h
+++ b/src/post/goom/goom.h
@@ -22,6 +22,9 @@ void goom_set_resolution (PluginInfo *goomInfo, guint32 resx, guint32 resy);
guint32 *goom_update (PluginInfo *goomInfo, gint16 data[2][512], int forceMode, float fps,
char *songTitle, char *message);
+/* returns 0 if the buffer wasn't accepted */
+int goom_set_screenbuffer(PluginInfo *goomInfo, void *buffer);
+
void goom_close (PluginInfo *goomInfo);
#endif