summaryrefslogtreecommitdiffstats
path: root/src/detection/theme/theme_nosupport.c
blob: 6f42b964d7fddb3e1c42a57cdc366f733943f49f (plain) (blame)
1
2
3
4
5
#include "theme.h"

const char* ffDetectTheme(FF_A_UNUSED FFThemeResult* result) {
    return "Not supported on this platform";
}