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