Etterna
0.74.4
Loading...
Searching...
No Matches
src
Etterna
Models
Misc
LyricsLoader.h
1
#ifndef LYRICS_LOADER_H
2
#define LYRICS_LOADER_H
3
4
class
Song
;
6
class
LyricsLoader
7
{
8
public
:
13
bool
LoadFromLRCFile
(
const
std::string& sPath,
Song
& out);
14
};
15
16
#endif
LyricsLoader
Loads lyrics from an LRC file.
Definition
LyricsLoader.h:7
LyricsLoader::LoadFromLRCFile
bool LoadFromLRCFile(const std::string &sPath, Song &out)
Load the lyrics into the Song.
Definition
LyricsLoader.cpp:23
Song
Holds all music metadata and steps for one song.
Definition
Song.h:65
Generated by
1.9.8