Added SILC Thread Queue API
[silc.git] / util / robodoc / Examples / CPP / muppets.h
1
2 /****c* Mupputs/puppet
3  * NAME
4  *   pupput --
5  * PURPOSE
6  *   Little monsters that can walk and talk on a stage.
7  * METHODS
8  *   puppet::walk -- make a puppet walk
9  *   puppet::talk -- make a puppet talk
10  *   puppet::act  -- make a puppet act
11  *******
12  */
13
14
15 /****c* Mupputs/stage
16  * NAME
17  *   stage -- the floor on which the puppets act. 
18  * METHODS
19  *   stage::open_curtains
20  *   stage::lights
21  ******
22  */
23
24
25