Mercurial > audlegacy-plugins
view src/paranormal/containers.h @ 325:31c9d8f37474 trunk
[svn] - disable the playlist when loading = false.
author | nenolod |
---|---|
date | Fri, 01 Dec 2006 00:03:10 -0800 |
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 */