32 lines
567 B
C
32 lines
567 B
C
#pragma once
|
|
|
|
#ifndef TRUE
|
|
#define TRUE 1
|
|
#endif
|
|
|
|
#ifndef ON
|
|
#define ON 1
|
|
#endif
|
|
|
|
#ifndef FALSE
|
|
#define FALSE 0
|
|
#endif
|
|
|
|
#ifndef OFF
|
|
#define OFF 0
|
|
#endif
|
|
|
|
#define TWITCH_ENABLED @TWITCH_ENABLED@
|
|
#define TWITCH_CLIENTID "@TWITCH_CLIENTID@"
|
|
#define TWITCH_HASH 0x@TWITCH_HASH@
|
|
|
|
#define MIXER_ENABLED @MIXER_ENABLED@
|
|
#define MIXER_CLIENTID "@MIXER_CLIENTID@"
|
|
#define MIXER_HASH 0x@MIXER_HASH@
|
|
|
|
#define RESTREAM_ENABLED @RESTREAM_ENABLED@
|
|
#define RESTREAM_CLIENTID "@RESTREAM_CLIENTID@"
|
|
#define RESTREAM_HASH 0x@RESTREAM_HASH@
|
|
|
|
#define DEFAULT_THEME "Dark"
|