diff options
author | alberth <alberth@openttd.org> | 2010-12-30 13:16:31 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-12-30 13:16:31 +0000 |
commit | 22a13850cb0640d4fdfd8da66bc46ce20e2eb309 (patch) | |
tree | aab09e147008a843c11fcb356d7e9c7993ea680d /src/tilehighlight_type.h | |
parent | 703ff560c19e2b21597e9ed25b3e394a2085702a (diff) | |
download | openttd-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.h | 1 |
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 */ |