summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/project.h b/common/project.h
index 76a5d76..f4bb61c 100644
--- a/common/project.h
+++ b/common/project.h
@@ -172,8 +172,9 @@ protected:
void GetActiveViewportMatrices(Matrix44& ModelView, Matrix44& Projection, int Viewport[4]);
void CalculateStep();
- void MoveSelectedObjects(Vector3& Move, Vector3& Remainder);
- void RotateSelectedObjects(const Vector3& Delta);
+ // Movement.
+ bool MoveSelectedObjects(Vector3& Move, Vector3& Remainder);
+ bool RotateSelectedObjects(Vector3& Delta, Vector3& Remainder);
void SnapVector(Vector3& Delta) const
{
Vector3 Dummy;