Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/sys/player/life.h b/sys/player/life.h
new file mode 100644
index 0000000..9ca9877
--- /dev/null
+++ b/sys/player/life.h
@@ -0,0 +1,25 @@
+// MorgenGrauen MUDlib
+//
+// player/life.h -- player life  header
+//
+// $Id: description.h,v 3.6 2000/02/09 15:56:25 Padreic Exp $
+ 
+#ifndef __PLAYER_LIFE_H__
+#define __PLAYER_LIFE_H__
+
+// properties
+
+#endif // __PLAYER_LIFE_H__
+
+#ifdef NEED_PROTOTYPES
+
+#ifndef __PLAYER_LIFE_H_PROTO__
+#define __PLAYER_LIFE_H_PROTO__
+
+// prototypes
+public    void    force_save();
+protected int     death_suffering();
+
+#endif // __PLAYER_LIFE_H_PROTO__
+
+#endif	// NEED_PROTOYPES