Add option to start replay on fullscreen

This commit is contained in:
dec05eba
2024-11-14 00:25:37 +01:00
parent 4ba1e814b7
commit d2f6b0738b
12 changed files with 218 additions and 41 deletions

View File

@@ -16,7 +16,7 @@ namespace gsr {
};
}
LineSeparator::LineSeparator(Type type, float width) : type(type), width(width) {
LineSeparator::LineSeparator(Orientation orientation, float width) : orientation(orientation), width(width) {
}