Mercurial > fife-parpg
comparison engine/core/audio/soundemitter.h @ 574:58c0bbeeeb35
* Changed getID() to getId(). fixes[ticket:461]
author | helios2000@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 02 Jul 2010 06:02:21 +0000 |
parents | 7f1c42b66aa4 |
children |
comparison
equal
deleted
inserted
replaced
573:716fbe02140a | 574:58c0bbeeeb35 |
---|---|
52 SoundEmitter(SoundManager* manager, SoundClipPool* pool, unsigned int uid); | 52 SoundEmitter(SoundManager* manager, SoundClipPool* pool, unsigned int uid); |
53 ~SoundEmitter(); | 53 ~SoundEmitter(); |
54 | 54 |
55 /** Returns the emitter-id | 55 /** Returns the emitter-id |
56 */ | 56 */ |
57 unsigned int getID() const{ | 57 unsigned int getId() const{ |
58 return m_emitterid; | 58 return m_emitterid; |
59 } | 59 } |
60 | 60 |
61 /** Sets Positioning-Type | 61 /** Sets Positioning-Type |
62 * Default is false | 62 * Default is false |