mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 22:40:44 +09:00
Start on file chooser, page stack
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
#include <string_view>
|
||||
#include <map>
|
||||
#include <string>
|
||||
@@ -16,9 +15,6 @@ namespace gsr {
|
||||
|
||||
void string_split_char(std::string_view str, char delimiter, StringSplitCallback callback_func);
|
||||
|
||||
// key value separated by one space
|
||||
std::optional<KeyValue> parse_key_value(std::string_view line);
|
||||
|
||||
std::string get_home_dir();
|
||||
std::string get_config_dir();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user