ldtypes.h

changeset 107
195aa036da7f
parent 104
6e29bb0e83c5
child 111
125e8031dbf1
equal deleted inserted replaced
106:46e4202a44fc 107:195aa036da7f
76 // Color used by this object. Comments, gibberish and empty entries 76 // Color used by this object. Comments, gibberish and empty entries
77 // do not use this field. 77 // do not use this field.
78 short dColor; 78 short dColor;
79 79
80 // OpenGL list for this object 80 // OpenGL list for this object
81 uint uGLList; 81 uint uGLList, uGLPickList;
82 82
83 // Object this object was referenced from, if any 83 // Object this object was referenced from, if any
84 LDSubfile* parent; 84 LDSubfile* parent;
85 85
86 // Type enumerator of this object 86 // Type enumerator of this object

mercurial