summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockJukebox.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-14/+3
| | | | | | | | | | | | | * BlockHandler initialisation is a constant expression If we can't make it all namespaces, this is the next best I guess. + Tag handlers constexpr, const as needed + Inherit constructors * Privatise handler functions * More constexpr Co-authored-by: Alexander Harkness <me@bearbin.net>
* Jukebox improvements (#4537)Mat2020-03-231-0/+36
* Add jukebox block handler Co-authored-by: peterbell10 <peterbell10@live.co.uk>