1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-04 02:16:31 -05:00

Merge pull request #7198 from ameerj/settings-chrono

settings: Remove std::chrono usage
This commit is contained in:
bunnei
2021-10-19 09:55:50 -07:00
committed by GitHub
7 changed files with 20 additions and 24 deletions

View File

@@ -10,6 +10,7 @@
#include <limits>
#include <optional>
#include <span>
#include <stdexcept>
#include <vector>
#include <glad/glad.h>