Added SILC Thread Queue API
[silc.git] / util / robodoc / Examples / CPP / muppets.cpp
1
2 /****m* Mupputs/puppet::walk
3  * NAME
4  *   puppet::walk
5  * PURPOSE
6  *   Let puppet walk.
7  ******
8  */
9
10 /****m* Mupputs/puppet::talk
11  * NAME
12  *   puppet::talk
13  * PURPOSE
14  *   Let puppet talk.
15  ******
16  */
17
18 /****m* Mupputs/puppet::act
19  * NAME
20  *   puppet::act
21  * PURPOSE
22  *   Let puppet walk and talk.
23  ******
24  */
25
26
27 /****m* Mupputs/stage::open_curtains
28  * NAME
29  *   stage::open_curtains -- 
30  * PURPOSE
31  *   Open the curtains.
32  * SOURCE
33  */
34
35 void stage::open_curtains()
36 {
37   lights(ON);
38 }
39
40 /*********/
41
42
43
44 /****m* Mupputs/stage::lights
45  * NAME
46  *   stage::lights -- switch lights on or off.
47  * PURPOSE
48  *   Switch lights on or off.
49  ******
50  */
51