Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/sys/werliste.h b/sys/werliste.h
new file mode 100644
index 0000000..adf1810
--- /dev/null
+++ b/sys/werliste.h
@@ -0,0 +1,11 @@
+#ifndef ___WER_LISTE_H__
+#define ___WER_LISTE_H__
+
+#define WHO_SHORT     0x01
+#define WHO_VERTICAL  0x02
+#define WHO_ALPHA     0x04
+
+// Aus Spielersicht darstellen, auch wenn der Aufrufende Magier ist
+#define WHO_PLAYER_VIEW   0x08
+
+#endif // __WER_LISTE_H__