view src/paranormal/presets.h @ 1655:cf2a07573013

fixed AOSD plugin
author mf0102 <0102@gmx.at>
date Fri, 07 Sep 2007 14:39:24 +0200
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 */