blob: 8aa60edefa37f979470351da77e6436e52bcf1f9 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001 int fun() {
2 printf("%O [c] fun()\n", this_object());
3 find_object("/doc/beispiele/shadow/aa")->fun();
4 }
5
6 void fun3() {
7 printf("%O [c] fun3()\n", this_object());
8 }
9
10 void do_shadow(object target) { shadow(target, 1); }
11