From 2e73a5e69f0227f15c6049ef805a9b8c20166e2b Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 21 Jul 2004 14:38:29 +0000 Subject: new goom2k4-dev18 includes almost all of my warning fixes (the goom team is quite fast in applying my patches :) ) some files are still slightly patched from the release version, but I will get this sorted out so we will soon use a completely unmodified version of goom it compiles almost warningless now (the remaining warnings are introduced by lex/yacc and I plan to simply ignore them) the Makefile.am distclean-hack is also obsolete now, since the offending files have been renamed CVS patchset: 6828 CVS date: 2004/07/21 14:38:29 --- src/post/goom/goom_script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/post/goom/goom_script.h') diff --git a/src/post/goom/goom_script.h b/src/post/goom/goom_script.h index 8b5bfb648..ca1cb5665 100644 --- a/src/post/goom/goom_script.h +++ b/src/post/goom/goom_script.h @@ -12,5 +12,6 @@ void goom_execute_main_script(PluginInfo *pluginInfo); /* return a script containing the current goom state */ char *goom_create_state_script(PluginInfo *pluginInfo); +PluginParam *goom_script_get_param(PluginInfo *pluginInfo, const char *name); #endif /* _GOOM_SCRIPT_H */ -- cgit v1.2.3