comparison AudioPlayer.h @ 24:352b15291822

18.01.13 (PlaySound work)
author Ritor1
date Fri, 18 Jan 2013 17:30:54 +0600
parents 9c0607679772
children 49728858c35e
comparison
equal deleted inserted replaced
23:75d706037de4 24:352b15291822
269 /* 241 */ 269 /* 241 */
270 #pragma pack(push, 1) 270 #pragma pack(push, 1)
271 struct Sound 271 struct Sound
272 { 272 {
273 unsigned int uID; 273 unsigned int uID;
274 char field_4[120]; 274 char SoundName[120];
275 SoundData *pSoundData; 275 SoundData *pSoundData;
276 }; 276 };
277 #pragma pack(pop) 277 #pragma pack(pop)
278 278
279 279