summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/project.h b/common/project.h
index 3ef90b0..1492b40 100644
--- a/common/project.h
+++ b/common/project.h
@@ -148,6 +148,7 @@ protected:
void RemovePiece(Piece* pPiece);
bool RemoveSelectedObjects();
void FindObjectFromPoint(int x, int y, LC_CLICKLINE* pLine);
+ void FindObjectsInBox(float x1, float y1, float x2, float y2, PtrArray<Object>& Objects);
void SelectAndFocusNone(bool bFocusOnly);
bool GetSelectionCenter(Point3& Center) const;
void CalculateStep();