Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

/home/groups/n/no/noxwizard/cvs/src/layer.h

Go to the documentation of this file.
00001   /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
00002     || NoX-Wizard UO Server Emulator (NXW) [http://noxwizard.sourceforge.net]  ||
00003     ||                                                                         ||
00004     || This software is free software released under GPL2 license.             ||
00005     || You can find detailed license information in nox-wizard.cpp file.       ||
00006     ||                                                                         ||
00007     || For any question post to NoX-Wizard forums.                             ||
00008     -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
00009 
00016 #ifndef __LAYER_H__
00017 #define __LAYER_H__
00018 
00019 enum eLayer
00020 {
00021         LAYER_1HANDWEAPON       = 1,
00022         LAYER_2HANDWEAPON,
00023         LAYER_SHOES,
00024         LAYER_PANTS,
00025         LAYER_SHIRT,
00026         LAYER_HELM,
00027         LAYER_GLOVES,
00028         LAYER_RING,
00029         LAYER_UNUSED,
00030         LAYER_NECK,
00031         LAYER_HAIR,
00032         LAYER_WAIST,
00033         LAYER_INNER_TORSO,
00034         LAYER_BRACELET,
00035         LAYER_UNUSED_BP,
00036         LAYER_BEARD,
00037         LAYER_MID_TORSO,
00038         LAYER_EARRINGS,
00039         LAYER_ARMS,
00040         LAYER_CLOAK,
00041         LAYER_BACKPACK,
00042         LAYER_OUTER_TORSO,
00043         LAYER_OUTER_LEGS,
00044         LAYER_INNER_LEGS,
00045         LAYER_MOUNT,
00046         LAYER_TRADE_RESTOCK,
00047         LAYER_TRADE_NORESTOCK,
00048         LAYER_TRADE_BOUGHT,
00049         LAYER_BANKBOX,
00050         LAYER_COUNT             = 29
00051 };
00052 
00053 #endif
SourceForge.net Logo