ManaPlus
|
#include <being.h>
Public Member Functions | |
NextSoundInfo () | |
Data Fields | |
const SoundInfo * | sound |
int | x |
int | y |
int | time |
const SoundInfo* NextSoundInfo::sound |
Definition at line 88 of file being.h.
Referenced by Being::logic().
int NextSoundInfo::time |
Definition at line 91 of file being.h.
Referenced by Being::logic().
int NextSoundInfo::x |
Definition at line 89 of file being.h.
Referenced by Being::logic(), and Being::setPixelPositionF().
int NextSoundInfo::y |
Definition at line 90 of file being.h.
Referenced by Being::logic(), and Being::setPixelPositionF().