Smallcase folders part 1

This commit is contained in:
2025-12-29 13:39:40 +00:00
parent ae48f96fe8
commit 8bef59f793
84 changed files with 40 additions and 35 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#include <string>
namespace config::server
{
struct TextStyleConfig
{
std::string fontPath;
int fontSize = 10;
};
} // namespace config::server