(svn r21497) -Codechange: prepare the viewport selection mechanism for selecting diagonally

This commit is contained in:
rubidium
2010-12-13 15:09:59 +00:00
parent 2e9108afe9
commit 959308a243
4 changed files with 182 additions and 83 deletions

View File

@@ -14,6 +14,8 @@
#include "window_type.h"
bool IsDraggingDiagonal();
Window *ShowTerraformToolbar(Window *link = NULL);
Window *ShowEditorTerraformToolbar();