A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 9 lines 461 B view raw
1#include "help.h" 2 3const char help_text[] __attribute__((weak)) = ""; 4const char quick_help_text[] __attribute__((weak)) = ""; 5const unsigned short help_text_len __attribute__((weak)) = 0, quick_help_text_len __attribute__((weak)) = 0, help_text_words __attribute__((weak)) = 0; 6struct style_text help_text_style[] __attribute__((weak)) = {}; 7 8const bool help_text_valid __attribute__((weak)) = false; 9const bool quick_help_valid __attribute__((weak)) = false;