Ignore:
Timestamp:
2010-05-28 07:39:52 (2 years ago)
Author:
kpoole
Message:

Episode 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/OpenFeint/OpenFeint.h

    r22 r26  
    7474    OFLocation* mLocation; 
    7575    OFUser* mCachedLocalUser; 
     76 
     77    struct { 
     78        unsigned int isConfirmAccountFlowActive:1; 
     79        unsigned int hasDeferredLoginDelegate:1; 
     80        unsigned int isOpenFeintDashboardInOnlineMode:1; 
     81    } _openFeintFlags; 
    7682} 
    7783 
Note: See TracChangeset for help on using the changeset viewer.