Mercurial > audlegacy-plugins
comparison src/rovascope/containers.h @ 408:290588854a9d trunk
[svn] - rovascope -- a variant of the paranormal visualization engine that is
uses random data instead of presets.
author | nenolod |
---|---|
date | Sat, 06 Jan 2007 01:57:34 -0800 |
parents | src/paranormal/containers.h@fd9c0a5871ac |
children |
comparison
equal
deleted
inserted
replaced
407:3c0cb7e84e0d | 408:290588854a9d |
---|---|
1 #ifndef _CONTAINERS_H | |
2 #define _CONTAINERS_H | |
3 | |
4 void container_add_actuator (struct pn_actuator *container, struct pn_actuator *a); | |
5 void container_remove_actuator (struct pn_actuator *container, struct pn_actuator *a); | |
6 void container_unlink_actuators (struct pn_actuator *container); | |
7 | |
8 #endif /* _CONTAINERS_H */ |