(svn r21667) -Codechange: Introduce _thd.Reset().

This commit is contained in:
alberth
2010-12-30 15:32:31 +00:00
parent 5955e98b79
commit a1049fbe66
3 changed files with 14 additions and 4 deletions

View File

@@ -74,6 +74,8 @@ struct TileHighlightData {
ViewportPlaceMethod select_method; ///< The method which governs how tiles are selected.
ViewportDragDropSelectionProcess select_proc; ///< The procedure that has to be called when the selection is done.
void Reset();
bool IsDraggingDiagonal();
Window *GetCallbackWnd();
};