Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/props/P_SECOND b/doc/props/P_SECOND
new file mode 100644
index 0000000..4aa835a
--- /dev/null
+++ b/doc/props/P_SECOND
@@ -0,0 +1,21 @@
+NAME:
+    P_SECOND                      "second"                      
+
+DEFINIERT IN:
+    /sys/player/base.h
+
+BESCHREIBUNG:
+     Wenn diese Prop gesetzt ist, ist der Spieler ein Zweitie. Inhalt der
+     Prop ist ein String mit dem (lowercase) Namen des Ersties.
+
+BEISPIEL:
+     if (this_player()->QueryProp(P_SECOND)=="notstrom") {
+       tell_object(this_player(), "Nicht alles aufessen!\n");
+     }
+
+SIEHE AUCH:
+     Properties: P_SECOND_MARK
+     Sonstiges:  /secure/zweities.c
+
+----------------------------------------------------------------------------
+Last modified: 18-Jun-2015, Arathorn.