diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-06-05 20:28:55 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2021-06-05 20:28:55 -0500 |
| commit | 037d96a5d96bae6e341d8f7ca4f485d519cde02b (patch) | |
| tree | 6b25ebc80bd2ce74372241793ec2e4724acb71f1 /src/debug_functions.cpp | |
| parent | d27501313cae78b838c1e738ebfaeae4740a23b4 (diff) | |
Use intuitive behavior for loading assets with ambiguous extensions
Diffstat (limited to 'src/debug_functions.cpp')
| -rw-r--r-- | src/debug_functions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug_functions.cpp b/src/debug_functions.cpp index 1613a7d1..456aee8a 100644 --- a/src/debug_functions.cpp +++ b/src/debug_functions.cpp @@ -1,4 +1,5 @@ #include <QCoreApplication> +#include <QElapsedTimer> #include <QMessageBox> #include <QTimer> #include <functional> |
