Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/sys/notify_fail.h b/sys/notify_fail.h
new file mode 100644
index 0000000..97d1786
--- /dev/null
+++ b/sys/notify_fail.h
@@ -0,0 +1,20 @@
+// MorgenGrauen MUDlib
+//
+// notify_failh -- sym. Konstanten fuer notify_fail()
+//
+// $Id: defines.h 6415 2007-08-10 19:24:04Z Zesstra $
+
+#ifndef _NOTIFY_FAIL_H_
+#define _NOTIFY_FAIL_H_
+
+// Prioritaeten / 'Nice levels' von notify_fail()s:
+// Wie 'nice' bin ich? Je groessere Zahl/Priorität, desto wenig lieb. ;-)
+#define NF_NL_NONE   -1   //max 'niceness', wird von allem ueberschrieben
+#define NF_NL_OWN    100  //eigenes Objekt (soul verben) ueberschreiben kaum was
+#define NF_NL_THING  100000
+#define NF_NL_ROOM   1000000 // Raeume ueberschreiben sonstigen Krams
+#define NF_NL_LIVING 10000000 // Lebewesen ueberschreiben auch Raeume
+#define NF_NL_MAX    __INT_MAX__ //hoechste Prioritaet, ueberschreibt alles
+
+#endif /* _NOTIFY_FAIL_H_ */
+