Changeset 26453
- Timestamp:
- 02/24/14 22:21:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/struct.h
r26210 r26453 874 874 uint8_t picmem; 875 875 //bit 0: 1 = node is drawed 876 //bit 1: 1 = node is changed 876 877 uint8_t flag; 878 int hash; 877 879 struct skin *select; 878 880 struct skin *child; 879 881 struct skin *prev; 880 882 struct skin *next; 883 struct skin *drawnext; 881 884 }; 882 885
Note: See TracChangeset
for help on using the changeset viewer.