#ifndef PRESET_MANAGER_H #define PRESET_MANAGER_H #include #include bool PresetManager_HandleFileDropped(const std::string& filePath); void PresetManager_Draw(); std::vector PresetManager_GetPresetNames(); bool PresetManager_ApplyPresetByName(const std::string& name); #endif // PRESET_MANAGER_H