Changeset 610

Show
Ignore:
Timestamp:
07/18/08 15:05:06 (4 months ago)
Author:
phill
Message:

o Stream conversion code.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/morph-targets/libdstreamer/libdstreamer.vcproj

    r609 r610  
    233233        </References> 
    234234        <Files> 
     235                <Filter 
     236                        Name="Public Include Files" 
     237                        > 
     238                        <File 
     239                                RelativePath=".\include\dstreamer.h" 
     240                                > 
     241                        </File> 
     242                </Filter> 
     243                <File 
     244                        RelativePath=".\dstreamer.c" 
     245                        > 
     246                </File> 
     247                <File 
     248                        RelativePath=".\local.h" 
     249                        > 
     250                </File> 
    235251        </Files> 
    236252        <Globals> 
  • branches/morph-targets/libx42/include/x42data.h

    r606 r610  
    2828*/ 
    2929 
    30 typedef signed char                             s8; 
    31 typedef unsigned char                   u8;             //sized types, adjust on other systems! 
    32 typedef signed short int                s16; 
    33 typedef unsigned short int              u16; 
    34 typedef unsigned int                    u32; 
    35  
    3630typedef u16 x42NameIndex_t;     //index of the first char of a null-terminated string in the strings blob 
    3731typedef u16 x42Index_t; 
    38  
    39 typedef float                                   f32; 
    4032 
    4133typedef f32 vec2_t[2];