Changeset 610
- Timestamp:
- 07/18/08 15:05:06 (4 months ago)
- Files:
-
- branches/morph-targets/libdstreamer/dstreamer.c (added)
- branches/morph-targets/libdstreamer/include (added)
- branches/morph-targets/libdstreamer/include/dstreamer.h (added)
- branches/morph-targets/libdstreamer/libdstreamer.vcproj (modified) (1 diff)
- branches/morph-targets/libdstreamer/local.h (added)
- branches/morph-targets/libx42/include/x42data.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/morph-targets/libdstreamer/libdstreamer.vcproj
r609 r610 233 233 </References> 234 234 <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> 235 251 </Files> 236 252 <Globals> branches/morph-targets/libx42/include/x42data.h
r606 r610 28 28 */ 29 29 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 36 30 typedef u16 x42NameIndex_t; //index of the first char of a null-terminated string in the strings blob 37 31 typedef u16 x42Index_t; 38 39 typedef float f32;40 32 41 33 typedef f32 vec2_t[2];
