Fix headless build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-08 19:25:05 +01:00
parent 5c26b531f6
commit 97a2d5935a
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -1812,6 +1812,7 @@ struct IldaeilModuleWidget : ModuleWidgetWithSideScrews<26> {
};
#else
static void host_ui_parameter_changed(NativeHostHandle, uint32_t, float) {}
static void host_ui_closed(NativeHostHandle) {}
static const char* host_ui_open_file(NativeHostHandle, bool, const char*, const char*) { return nullptr; }
static void projectLoadedFromDSP(void*) {}
struct IldaeilModuleWidget : ModuleWidget {