Smallcase folders part 1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace config::server
|
||||
{
|
||||
struct TextStyleConfig
|
||||
{
|
||||
std::string fontPath;
|
||||
int fontSize = 10;
|
||||
};
|
||||
} // namespace config::server
|
||||
Reference in New Issue
Block a user