Mercurial > audlegacy-plugins
view src/paranormal/presets.h @ 190:31f238746877 trunk
[svn] - compile with -DFULLSCREEN_HACK to get the fullscreen overlay stuff
author | nenolod |
---|---|
date | Thu, 02 Nov 2006 21:43:22 -0800 |
parents | fd9c0a5871ac |
children | 3b034150d31e |
line wrap: on
line source
#ifndef _PRESETS_H #define _PRESETS_H #include <glib.h> #include "actuators.h" struct pn_actuator *load_preset (const char *filename); gboolean save_preset (const char *filename, const struct pn_actuator *actuator); #endif /* _PRESETS_H */