Mercurial > audlegacy-plugins
view src/paranormal/containers.h @ 1135:1a6f46944e7b trunk
[svn] Move effect plugin handling out of the output plugins
author | ertzing |
---|---|
date | Sun, 27 May 2007 14:28:52 -0700 |
parents | fd9c0a5871ac |
children | 3b034150d31e |
line wrap: on
line source
#ifndef _CONTAINERS_H #define _CONTAINERS_H void container_add_actuator (struct pn_actuator *container, struct pn_actuator *a); void container_remove_actuator (struct pn_actuator *container, struct pn_actuator *a); void container_unlink_actuators (struct pn_actuator *container); #endif /* _CONTAINERS_H */