- renderInfo

- fix: no guardava el preset actual
This commit is contained in:
2026-04-04 20:14:11 +02:00
parent eb3f449a1e
commit d4fc7c0ee8
12 changed files with 197 additions and 6 deletions

5
source/utils/utils.hpp Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <string>
auto toLower(const std::string& str) -> std::string;