summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2016-08-15 18:32:48 +0000
committerfrosch <frosch@openttd.org>2016-08-15 18:32:48 +0000
commit4d1843a95e26a64ff3ff0b967d721794dbf0fe46 (patch)
tree45cc7785faf095e617ca096deb1d9d7ff0cfbde6 /src/gfx_func.h
parentca6493f2e638fe528107eb88d8be83815b5110b3 (diff)
downloadopenttd-4d1843a95e26a64ff3ff0b967d721794dbf0fe46.tar.xz
(svn r27627) -Codechange: Deduplicate some cursor magic into SetMouseCursorBusy.
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r--src/gfx_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h
index 6576dee4f..973e15f2b 100644
--- a/src/gfx_func.h
+++ b/src/gfx_func.h
@@ -145,6 +145,7 @@ bool FillDrawPixelInfo(DrawPixelInfo *n, int left, int top, int width, int heigh
/* window.cpp */
void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);
+void SetMouseCursorBusy(bool busy);
void SetMouseCursor(CursorID cursor, PaletteID pal);
void SetAnimatedMouseCursor(const AnimCursor *table);
void CursorTick();