summaryrefslogtreecommitdiff
path: root/common/curve.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/curve.h')
-rwxr-xr-xcommon/curve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/curve.h b/common/curve.h
index 874b828..f9a90a6 100755
--- a/common/curve.h
+++ b/common/curve.h
@@ -37,6 +37,8 @@ class CurvePoint : public Object
bool FileLoad (File& file);
void FileSave (File& file) const;
void MinIntersectDist (LC_CLICKLINE* pLine);
+ bool IntersectsVolume(const Vector4* Planes, int NumPlanes)
+ { return false; }
void UpdatePosition (unsigned short nTime, bool bAnimation);
void Move (unsigned short nTime, bool bAnimation, bool bAddKey, float dx, float dy, float dz);
void Render (LC_RENDER_INFO* pInfo);