yolobs-studio/plugins/obs-filters/obs-filters-config.h.in
2020-10-01 22:15:25 +02:00

11 lines
144 B
C

#pragma once
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#define NOISEREDUCTION_ENABLED @NOISEREDUCTION_ENABLED@