aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/lyric_word.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-051-5/+5
|
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-051-5/+5
| | | | | | | all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files
* added complete song structureAlexander Sulfrian2013-01-051-0/+52
added LyricLines for lines of lyrics with some words added LyricWords for single words (notes) of lyrics added construction/deconstruction of lines and words form parsed data changed BPM list to list of pointer