Smallcase folders part 1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <chrono>
|
||||
|
||||
namespace config::server
|
||||
{
|
||||
struct DisplayConfig
|
||||
{
|
||||
int rotation = 0;
|
||||
std::chrono::milliseconds refreshMs = std::chrono::milliseconds(1000);
|
||||
};
|
||||
} // namespace config::server
|
||||
Reference in New Issue
Block a user