ui-config.h.in 567 B

12345678910111213141516171819202122232425262728293031
  1. #pragma once
  2. #ifndef TRUE
  3. #define TRUE 1
  4. #endif
  5. #ifndef ON
  6. #define ON 1
  7. #endif
  8. #ifndef FALSE
  9. #define FALSE 0
  10. #endif
  11. #ifndef OFF
  12. #define OFF 0
  13. #endif
  14. #define TWITCH_ENABLED @TWITCH_ENABLED@
  15. #define TWITCH_CLIENTID "@TWITCH_CLIENTID@"
  16. #define TWITCH_HASH 0x@TWITCH_HASH@
  17. #define MIXER_ENABLED @MIXER_ENABLED@
  18. #define MIXER_CLIENTID "@MIXER_CLIENTID@"
  19. #define MIXER_HASH 0x@MIXER_HASH@
  20. #define RESTREAM_ENABLED @RESTREAM_ENABLED@
  21. #define RESTREAM_CLIENTID "@RESTREAM_CLIENTID@"
  22. #define RESTREAM_HASH 0x@RESTREAM_HASH@
  23. #define DEFAULT_THEME "Dark"