summaryrefslogtreecommitdiff
path: root/src/tilehighlight_type.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-12-30 13:16:31 +0000
committeralberth <alberth@openttd.org>2010-12-30 13:16:31 +0000
commit22a13850cb0640d4fdfd8da66bc46ce20e2eb309 (patch)
treeaab09e147008a843c11fcb356d7e9c7993ea680d /src/tilehighlight_type.h
parent703ff560c19e2b21597e9ed25b3e394a2085702a (diff)
downloadopenttd-22a13850cb0640d4fdfd8da66bc46ce20e2eb309.tar.xz
(svn r21665) -Codechange: Make GetCallbackWnd a method of _thd.
Diffstat (limited to 'src/tilehighlight_type.h')
-rw-r--r--src/tilehighlight_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tilehighlight_type.h b/src/tilehighlight_type.h
index 291b950d4..0e9ce8bc6 100644
--- a/src/tilehighlight_type.h
+++ b/src/tilehighlight_type.h
@@ -75,6 +75,7 @@ struct TileHighlightData {
ViewportDragDropSelectionProcess select_proc; ///< The procedure that has to be called when the selection is done.
bool IsDraggingDiagonal();
+ Window *GetCallbackWnd();
};
#endif /* TILEHIGHLIGHT_TYPE_H */