MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | #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__ |