Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/lfun/QueryRealAttribute b/doc/lfun/QueryRealAttribute
new file mode 100644
index 0000000..7ee9f83
--- /dev/null
+++ b/doc/lfun/QueryRealAttribute
@@ -0,0 +1,26 @@
+QueryRealAttribute()
+FUNKTION:
+     int QueryRealAttribute(string attr)
+
+DEFINIERT IN:
+     /std/living/attributes.c
+
+ARGUMENTE:
+     attr       -       das interessierende Attribut
+
+BESCHREIBUNG:
+     Das reale Attribut (ohne Offsets) wird zurueckgegeben.
+
+BEISPIELE:
+     if(this_player()->QueryRealAttribute(A_INT)>15)
+      write("Du bist auch so ganz schoen clever.\n");
+
+SIEHE AUCH:

+	QueryAttribute(), QueryRealAttribute(), QueryAttributeOffset(),

+	SetAttribute(), SetRealAttribute(), UpdateAttributes(),

+	SetTimedAttrModifier(), QueryTimedAttrModifier(), 

+	DeleteTimedAttrModifier(),

+	P_ATTRIBUTES, P_ATTRIBUTES_OFFSETS, P_TIMED_ATTR_MOD,

+	P_X_ATTR_MOD, P_M_ATTR_MOD, /std/living/attributes.c

+----------------------------------------------------------------------------

+Last modified: Tue Jul 27 20:00:20 2004 by Muadib