Mercurial > audlegacy-plugins
view src/echo_plugin/echo.h @ 900:d985f0dcdeb0 trunk
[svn] - add a starting point for xmms-rootvis port. giacomo will need to
finish this up, as my XLib skills are not enough at this time.
| author | nenolod |
|---|---|
| date | Mon, 26 Mar 2007 01:19:26 -0700 |
| parents | 46730e83b1e2 |
| children |
line wrap: on
line source
#ifndef ECHO_H #define ECHO_H #include <glib.h> #define MAX_DELAY 1000 void echo_about(void); void echo_configure(void); extern gint echo_delay, echo_feedback, echo_volume; extern gboolean echo_surround_enable; #endif
