13 #ifndef __LAYER_H__B93236D6_FA2B_4de1_B1F1_908DBA7B7CE4__
14 #define __LAYER_H__B93236D6_FA2B_4de1_B1F1_908DBA7B7CE4__
25 unsigned char m_nLayer;
28 inline Layer(
const unsigned char nLayer) : m_nLayer(nLayer) { }
31 inline unsigned char GetLayer()
const {
return m_nLayer; }
36 #endif // __LAYER_H__B93236D6_FA2B_4de1_B1F1_908DBA7B7CE4__
unsigned char GetLayer() const
Returns the Layer ID the present object represents.