view src/paranormal/presets.h @ 1703:6f939852584b

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins-tc
author William Pitcock <nenolod@atheme.org>
date Tue, 11 Sep 2007 09:15:24 -0500
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 */