summaryrefslogtreecommitdiff
path: root/mm/2s2h/PresetManager/PresetManager.h
blob: 484dedf3141b3ccec675c0c167628d3afde911a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef PRESET_MANAGER_H
#define PRESET_MANAGER_H

#include <string>
#include <vector>

bool PresetManager_HandleFileDropped(const std::string& filePath);
void PresetManager_Draw();

std::vector<std::string> PresetManager_GetPresetNames();
bool PresetManager_ApplyPresetByName(const std::string& name);

#endif // PRESET_MANAGER_H