comparison engine/core/audio/soundemitter.i @ 378:64738befdf3b

bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 11 Jan 2010 23:34:52 +0000
parents 362fe23920b9
children e584b0b8b4a2
comparison
equal deleted inserted replaced
377:fe6fb0e0ed23 378:64738befdf3b
40 class SoundEmitter { 40 class SoundEmitter {
41 public: 41 public:
42 SoundEmitter(SoundManager* manager, SoundClipPool* pool, unsigned int uid); 42 SoundEmitter(SoundManager* manager, SoundClipPool* pool, unsigned int uid);
43 ~SoundEmitter(); 43 ~SoundEmitter();
44 44
45 unsigned int getID(); 45 unsigned int getID() const;
46 46
47 void setSoundClip(unsigned int sound_id); 47 void setSoundClip(unsigned int sound_id);
48 void reset(bool defaultall = false); 48 void reset(bool defaultall = false);
49 void release(); 49 void release();
50 50