v1.0.0_rc.11

This commit is contained in:
2024-06-30 17:48:35 +02:00
parent 53b5a304d3
commit 3035d9e144
93 changed files with 586 additions and 213 deletions
+5
View File
@@ -18,3 +18,8 @@ bool PreviewCounter::GeneratePreview() {
} else
return false;
}
PreviewCounter &PreviewCounter::Period(std::chrono::microseconds in_period) {
period = in_period;
return *this;
}