aboutsummaryrefslogtreecommitdiff
path: root/src/ui/cursor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/cursor.hpp')
-rw-r--r--src/ui/cursor.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/cursor.hpp b/src/ui/cursor.hpp
index e3657171..0b056365 100644
--- a/src/ui/cursor.hpp
+++ b/src/ui/cursor.hpp
@@ -33,6 +33,8 @@ namespace cru::ui
{
extern Cursor::Ptr arrow;
extern Cursor::Ptr hand;
- extern Cursor::Ptr i_beam;
+ extern Cursor::Ptr i_beam;
+
+ void LoadSystemCursors();
}
}