Mercurial > minori
comparison include/core/strings.h @ 36:2743011a6042
*: mass update
formatted all source files, converted ALL instances of setStyleSheet() to
palettes and fonts (stylesheets suck), and I changed the clang-format file because
it wasn't working on my laptop for some reason.
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 21 Sep 2023 15:17:47 -0400 |
parents | cde8f67a7c7d |
children | 4c6dd5999b39 |
comparison
equal
deleted
inserted
replaced
35:329b7921a6be | 36:2743011a6042 |
---|---|
19 std::string TextifySynopsis(const std::string& string); | 19 std::string TextifySynopsis(const std::string& string); |
20 | 20 |
21 std::string ToUpper(const std::string& string); | 21 std::string ToUpper(const std::string& string); |
22 std::string ToLower(const std::string& string); | 22 std::string ToLower(const std::string& string); |
23 | 23 |
24 }; // namespace StringUtils | 24 }; // namespace Strings |
25 #endif // __core__strings_h | 25 #endif // __core__strings_h |