MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // MorgenGrauen MUDlib |
2 | // | ||||
3 | // living/clothing.h -- Konstanten und Pfade rund um Bekleidung von Lebewesen | ||||
4 | // | ||||
5 | // $Id: moneyhandler.h,v 3.1 1997/02/12 13:29:09 Wargon Exp % | ||||
6 | |||||
7 | #ifndef __LIVING_CLOTHING_H__ | ||||
8 | #define __LIVING_CLOTHING_H__ | ||||
9 | |||||
10 | #define P_CLOTHING "std:clothing" | ||||
11 | |||||
12 | #endif // __LIVING_CLOTHING_H__ |