summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-06-06 13:47:06 +0000
committerDarkvater <Darkvater@openttd.org>2005-06-06 13:47:06 +0000
commitc3c69ff5cb9bf39b8fe8878f540aa8eb5df40673 (patch)
treeac935893726bc7005c7c5ad7d411354e5b8cc0f9 /functions.h
parentf87df93a7005046420d4a00ad912de253c64e7a5 (diff)
downloadopenttd-c3c69ff5cb9bf39b8fe8878f540aa8eb5df40673.tar.xz
(svn r2420) - Codechange: magic number elminitation of cursorsprites.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.h b/functions.h
index 40604e295..ab4fcec75 100644
--- a/functions.h
+++ b/functions.h
@@ -177,8 +177,8 @@ void InvalidateWindowClasses(byte cls);
void DeleteWindowById(WindowClass cls, WindowNumber number);
void DeleteWindowByClass(WindowClass cls);
-void SetObjectToPlaceWnd(int icon, byte mode, Window *w);
-void SetObjectToPlace(int icon, byte mode, WindowClass window_class, WindowNumber window_num);
+void SetObjectToPlaceWnd(CursorID icon, byte mode, Window *w);
+void SetObjectToPlace(CursorID icon, byte mode, WindowClass window_class, WindowNumber window_num);
void ResetObjectToPlace(void);