aboutsummaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-23 23:52:07 +0800
committercrupest <crupest@outlook.com>2019-03-23 23:52:07 +0800
commite8be3841457853daefc26d0ca00256ad8c44f593 (patch)
tree66d9204423c3887ebc7d781d13d815ae0443d620 /src/application.cpp
parent2ecfdaa20d8436948e4a73da73d6a11b78e88371 (diff)
downloadcru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.gz
cru-e8be3841457853daefc26d0ca00256ad8c44f593.tar.bz2
cru-e8be3841457853daefc26d0ca00256ad8c44f593.zip
...
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/application.cpp b/src/application.cpp
index e580b56b..aafca6fe 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -1,8 +1,9 @@
#include "application.hpp"
+#include <VersionHelpers.h>
+
#include "exception.hpp"
#include "timer.hpp"
-#include "ui/cursor.hpp"
#include "ui/window_class.hpp"
namespace cru {
@@ -79,8 +80,6 @@ Application::Application(HINSTANCE h_instance) : h_instance_(h_instance) {
throw std::runtime_error("Must run on Windows 8 or later.");
god_window_ = std::make_unique<GodWindow>(this);
-
- ui::cursors::LoadSystemCursors();
}
Application::~Application() {