Really fix headless build

This commit is contained in:
falkTX 2021-11-16 00:06:35 +00:00
parent 818d9d3254
commit 969c3e04ba

View file

@ -1477,6 +1477,7 @@ struct IldaeilModuleWidget : ModuleWidget {
#else
static void host_ui_parameter_changed(NativeHostHandle, uint32_t, float) {}
static const char* host_ui_open_file(NativeHostHandle, bool, const char*, const char*) { return nullptr; }
static void projectLoadedFromDSP(void*) {}
typedef ModuleWidget IldaeilModuleWidget;
#endif