#include <MusicFlex.h>
Public Member Functions | |
| SongInfo () | |
| ~SongInfo () | |
Public Attributes | |
| char | filename [16] |
| int | num_measures |
| int | loop_jump |
| int * | transitions [128] |
Definition at line 31 of file MusicFlex.h.
| MusicFlex::SongInfo::SongInfo | ( | ) |
| MusicFlex::SongInfo::~SongInfo | ( | ) |
| char MusicFlex::SongInfo::filename[16] |
Definition at line 37 of file MusicFlex.h.
Referenced by MusicFlex::loadSongInfo(), and MusicProcess::playMusic_internal().
| int* MusicFlex::SongInfo::transitions[128] |
Definition at line 39 of file MusicFlex.h.
Referenced by MusicFlex::loadSongInfo(), MusicProcess::playMusic_internal(), SongInfo(), and ~SongInfo().
1.4.7