Settings fix

This commit is contained in:
2025-12-16 12:35:19 -05:00
parent ed2f92d412
commit 4e1226739a
4 changed files with 60 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <filesystem>
#include <string>
#include <glm/glm.hpp>
@@ -250,6 +251,7 @@ namespace anm2ed
Settings(const std::filesystem::path&);
void save(const std::filesystem::path&, const std::string&);
static std::string imgui_data_load(const std::filesystem::path&);
};
constexpr StringType SHORTCUT_STRING_TYPES[] = {