#pragma once #include namespace chatterino { static const char *ANONYMOUS_USERNAME_LABEL __attribute__((unused)) = " - anonymous - "; namespace providers { namespace twitch { static const char *ANONYMOUS_USERNAME __attribute__((unused)) = "justinfan64537"; } // namespace twitch } // namespace providers } // namespace chatterino