Changeset 26453


Ignore:
Timestamp:
02/24/14 22:21:05 (10 years ago)
Author:
obi
Message:

mipsel disable struct.mipsel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/struct.h

    r26210 r26453  
    874874        uint8_t picmem;
    875875        //bit 0: 1 = node is drawed
     876        //bit 1: 1 = node is changed
    876877        uint8_t flag;
     878        int hash;
    877879        struct skin *select;
    878880        struct skin *child;
    879881        struct skin *prev;
    880882        struct skin *next;
     883        struct skin *drawnext;
    881884};
    882885
Note: See TracChangeset for help on using the changeset viewer.