diff options
Diffstat (limited to 'src/ui/cursor.hpp')
-rw-r--r-- | src/ui/cursor.hpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ui/cursor.hpp b/src/ui/cursor.hpp index e3657171..273e524d 100644 --- a/src/ui/cursor.hpp +++ b/src/ui/cursor.hpp @@ -1,5 +1,8 @@ #pragma once +// ReSharper disable once CppUnusedIncludeDirective +#include "pre.hpp" + #include "system_headers.hpp" #include <memory> @@ -33,6 +36,8 @@ namespace cru::ui { extern Cursor::Ptr arrow; extern Cursor::Ptr hand; - extern Cursor::Ptr i_beam; + extern Cursor::Ptr i_beam; + + void LoadSystemCursors(); } } |