Add WhatTheRack

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-01 02:09:12 +01:00
parent 62b55920c9
commit 19986c3023
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 43 additions and 0 deletions

View file

@ -308,6 +308,10 @@ static const struct {
{ "/voxglitch/res/wav_bank_front_panel.svg", {}, -1 },
{ "/voxglitch/res/wav_bank_mc_front_panel_v2.svg", {}, -1 },
{ "/voxglitch/res/xy_front_panel.svg", {}, -1 },
// WTFPL
{ "/WhatTheRack/res/WhatTheJack.svg", {}, -1 },
{ "/WhatTheRack/res/WhatTheMod.svg", {}, -1 },
{ "/WhatTheRack/res/WhatTheRack.svg", {}, -1 },
};
static inline bool invertPaint(NSVGshape* const shape, NSVGpaint& paint, const char* const svgFileToInvert = nullptr)