Changeset 20854
- Timestamp:
- 09/25/07 10:49:14 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/sonix/plugins/OpenAL/OpenALSoundImplementation.h
r19729 r20854 295 295 } 296 296 297 ~AlSoundInfo() 298 { 299 source = 0; 300 buffer = 0; 301 } 302 297 303 ALuint source, buffer; 298 304 std::vector<unsigned char> data; // TODO: use the source snx::SoundInfo
