summary refs log tree commit diff
path: root/src/Models.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Models.h')
-rw-r--r--src/Models.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Models.h b/src/Models.h
index 5c68997..5c27d6f 100644
--- a/src/Models.h
+++ b/src/Models.h
@@ -34,10 +34,8 @@ public:
 
 	XYZ boundingspherecenter;
 	float boundingsphereradius;
-	int LineCheck(XYZ p1,XYZ p2, XYZ *p);
-	int LineCheck2(XYZ p1,XYZ p2, XYZ *p,XYZ move,float rotate);
-	int LineCheck2(XYZ *p1,XYZ *p2, XYZ *p,XYZ *move,float *rotate);
-	int LineCheck3(XYZ p1,XYZ p2, XYZ *p,XYZ move,float rotate,float *d);
+	int LineCheck(XYZ, XYZ, XYZ*);
+	int LineCheck2(XYZ, XYZ, XYZ*, XYZ, float);
 
 	void UpdateVertexArray();
 	void load(const char*);