Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/lfun/PreventInsertLiving b/doc/lfun/PreventInsertLiving
new file mode 100644
index 0000000..78f431f
--- /dev/null
+++ b/doc/lfun/PreventInsertLiving
@@ -0,0 +1,35 @@
+PreventInsertLiving()
+
+FUNKTION:
+     int PreventInsertLiving(object ob);
+
+DEFINIERT IN:
+     /std/container/restrictions.c
+
+ARGUMENTE:
+     ob
+          Das Living, das in den Behaelter eingefuegt werden soll.
+
+BESCHREIBUNG:
+     Mit dieser Funktion kann ein Behaelter pruefen, ob er das Living ob
+     aufnehmen moechte oder nicht.
+
+RUeCKGABEWERT:
+     0, wenn das Living aufgenommen werden kann; ein Wert groesser als 0
+     zeigt an, dass das Living nicht aufgenommen werden soll.
+
+BEMERKUNGEN:
+     Wenn ob mit dem Flag M_NOCHECK bewegt wird, wird PreventInsertLiving() 
+     zwar aufgerufen, das Living wird jedoch auf jeden Fall in den Behaelter
+     bewegt, unabhaengig vom Rueckgabewert!
+
+
+SIEHE AUCH:
+     PreventLeaveLiving(), /std/container/restrictions.c,
+     PreventMove(), PreventInsert(), PreventLeave(),
+     NotifyMove(), NotifyInsert(), NotifyLeave(), NotifyRemove(),
+     move(), init(), exit(),
+     InitAttack(), ExitAttack()
+
+----------------------------------------------------------------------------
+Last modified: 04.08.2007, Zesstra