blob: adf1810145947f1ab384f1e43b1d97d2d2196bc5 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001#ifndef ___WER_LISTE_H__
2#define ___WER_LISTE_H__
3
4#define WHO_SHORT 0x01
5#define WHO_VERTICAL 0x02
6#define WHO_ALPHA 0x04
7
8// Aus Spielersicht darstellen, auch wenn der Aufrufende Magier ist
9#define WHO_PLAYER_VIEW 0x08
10
11#endif // __WER_LISTE_H__