summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/project.h b/common/project.h
index 2182518..4a9c236 100644
--- a/common/project.h
+++ b/common/project.h
@@ -86,6 +86,8 @@ public:
{ return m_nCurAction; }
int GetOverlayMode() const
{ return m_OverlayMode; }
+ void GetSnapDistance(float* SnapXY, float* SnapZ) const;
+ void GetSnapDistanceText(char* SnapXY, char* SnapZ) const;
Camera* GetCamera(int i);
void GetTimeRange(int* from, int* to)
{