Mercurial > audlegacy-plugins
view src/Visualization/blur_scope/blur_scope.h @ 11:cff1d04026ae trunk
[svn] - remove a post-install hook
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 03:02:03 -0700 |
| parents | 13389e613d67 |
| children |
line wrap: on
line source
#ifndef BLUR_SCOPE_H #define BLUR_SCOPE_H void bscope_configure(void); void bscope_read_config(void); typedef struct { guint32 color; } BlurScopeConfig; extern BlurScopeConfig bscope_cfg; void generate_cmap(void); #endif
