summaryrefslogtreecommitdiffstats
path: root/src/math/old/math3d.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-15 16:58:04 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-15 16:58:04 +0200
commitb8027ce9a7f050b95846a668a02f5801331e127f (patch)
treea41bdf9e5b5431c9a4469bd54ba102cc438fe3f9 /src/math/old/math3d.h
parentb735913debff93c1a6444ec731cd4bf99ae2a5c2 (diff)
downloadcolobot-b8027ce9a7f050b95846a668a02f5801331e127f.tar.gz
colobot-b8027ce9a7f050b95846a668a02f5801331e127f.tar.bz2
colobot-b8027ce9a7f050b95846a668a02f5801331e127f.zip
Tests and fixes in math geometry.h module
Diffstat (limited to 'src/math/old/math3d.h')
-rw-r--r--src/math/old/math3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/old/math3d.h b/src/math/old/math3d.h
index 6c09f99..0a3ddc1 100644
--- a/src/math/old/math3d.h
+++ b/src/math/old/math3d.h
@@ -21,6 +21,8 @@
#include <math.h>
+#include "common/struct.h"
+
//>>> geometry.h SegmentPoint()
D3DVECTOR SegmentDist(const D3DVECTOR &p1, const D3DVECTOR &p2, float dist);