Mercurial > audlegacy-plugins
view src/blur_scope/blur_scope.h @ 2286:4f84615468b7
Add .vfs_extensions to the timidity plugin. (Bugzilla #79)
author | Jack Kelly <weldingmaskman@hotmail.com> |
---|---|
date | Wed, 09 Jan 2008 09:24:30 -0600 |
parents | 3da1b8942b8b |
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