diff options
author | David Doan <daviddoan@Davids-MacBook-Pro-193.local> | 2023-12-13 01:37:28 -0500 |
---|---|---|
committer | David Doan <daviddoan@Davids-MacBook-Pro-193.local> | 2023-12-13 01:37:28 -0500 |
commit | 8afef246ac0d7adf03eae794fc1ba5ba25f64dd8 (patch) | |
tree | 05582f1d5a50ca9d21c9c12d06dd258d40b113a3 /src/settings.h | |
parent | a31f51672fe92d8d5cb2c9319a0ba35a52d3b51b (diff) | |
parent | 8337f9b0b63e2e63b714acd5d24b622d7330cbc2 (diff) |
Merge branch 'main' of https://github.com/NicholasBottone/the-all-americans-in-cs1230
render button
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 1d9e358..0865e44 100644 --- a/src/settings.h +++ b/src/settings.h @@ -15,6 +15,9 @@ struct Settings { float rotation = 0.f; bool negative = false; float w = 0.f; + int currentTime = 0; + int maxTime = 0; + std::string bulkOutputFilePath; }; |