Initial revision
[silc.git] / util / robodoc / Examples / CPP / muppets.cpp
diff --git a/util/robodoc/Examples/CPP/muppets.cpp b/util/robodoc/Examples/CPP/muppets.cpp
new file mode 100644 (file)
index 0000000..d5a96e1
--- /dev/null
@@ -0,0 +1,51 @@
+
+/****m* Mupputs/puppet::walk
+ * NAME
+ *   puppet::walk
+ * PURPOSE
+ *   Let puppet walk.
+ ******
+ */
+
+/****m* Mupputs/puppet::talk
+ * NAME
+ *   puppet::talk
+ * PURPOSE
+ *   Let puppet talk.
+ ******
+ */
+
+/****m* Mupputs/puppet::act
+ * NAME
+ *   puppet::act
+ * PURPOSE
+ *   Let puppet walk and talk.
+ ******
+ */
+
+
+/****m* Mupputs/stage::open_curtains
+ * NAME
+ *   stage::open_curtains -- 
+ * PURPOSE
+ *   Open the curtains.
+ * SOURCE
+ */
+
+void stage::open_curtains()
+{
+  lights(ON);
+}
+
+/*********/
+
+
+
+/****m* Mupputs/stage::lights
+ * NAME
+ *   stage::lights -- switch lights on or off.
+ * PURPOSE
+ *   Switch lights on or off.
+ ******
+ */
+