26 lines
399 B
C
26 lines
399 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@
|