Ignore:
Timestamp:
06/30/06 14:22:34 (18 years ago)
Author:
gumbau
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Geom/shared/GTGeometry/include/GeoBase.h

    r1014 r1070  
    1212. 
    1313*/ 
    14 namespace Geometry { 
    15  
     14namespace Geometry 
     15{ 
    1616        //      Basic types. 
    1717        typedef float                                   Real; 
     
    4141                unsigned short boneIndex; 
    4242                Real weight; 
    43  
    4443        }; 
    4544 
     
    5554                float   scaleFactor; 
    5655        }; 
    57          
     56 
    5857        //      Needed to update the progress bar. 
    5958        typedef float updateProgressBar(float); 
     
    6261 
    6362} // end of Geometry namespace 
    64  
    6563 
    6664#define GEO_ENDIAN_LITTLE 1 
Note: See TracChangeset for help on using the changeset viewer.