Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/p/daemon/uptime_master.h b/p/daemon/uptime_master.h
new file mode 100644
index 0000000..862e44a
--- /dev/null
+++ b/p/daemon/uptime_master.h
@@ -0,0 +1,14 @@
+#ifndef __UPTIME_MASTER__
+#define __UPTIME_MASTER__
+
+#define UPTIME_MASTER  "/p/daemon/uptime_master"
+#define MAX_UPTIME     "/p/daemon/save/maxuptime"
+#define RECORD_CHANNEL "<MasteR>"
+
+#define DEBUG(x)
+/*
+#define DEBUG(x) if(find_player("vanion")) tell_object(find_player("vanion"),\
+		                "UPTIME: "+x+"\n");
+*/
+
+#endif /* __UPTIME_MASTER__ */