Files
aee/source/utils/utils.hpp
Sergio Valor d4fc7c0ee8 - renderInfo
- fix: no guardava el preset actual
2026-04-04 20:14:11 +02:00

6 lines
86 B
C++

#pragma once
#include <string>
auto toLower(const std::string& str) -> std::string;