summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/project.h b/common/project.h
index 1330303..6210c97 100644
--- a/common/project.h
+++ b/common/project.h
@@ -161,7 +161,8 @@ protected:
void AddPiece(Piece* pPiece);
void RemovePiece(Piece* pPiece);
bool RemoveSelectedObjects();
- void FindObjectFromPoint(int x, int y, LC_CLICKLINE* pLine);
+ Point3 GetPieceInsertPosition(int MouseX, int MouseY);
+ void FindObjectFromPoint(int x, int y, LC_CLICKLINE* pLine, bool PiecesOnly = false);
void FindObjectsInBox(float x1, float y1, float x2, float y2, PtrArray<Object>& Objects);
void SelectAndFocusNone(bool bFocusOnly);
bool GetSelectionCenter(Point3& Center) const;