summaryrefslogtreecommitdiffstats
path: root/Cubehole.h
diff options
context:
space:
mode:
Diffstat (limited to 'Cubehole.h')
-rw-r--r--Cubehole.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cubehole.h b/Cubehole.h
index 3f8f689..9da2026 100644
--- a/Cubehole.h
+++ b/Cubehole.h
@@ -2,7 +2,6 @@
#define _CUBEHOLE_H_
#include "Triangle.h"
-#include "Matrix.h"
#include <list>
@@ -43,7 +42,7 @@ class Cubehole
}
void setSize(float w, float h, float d);
void setPos(float x, float y, float z);
- std::list<Triangle> getTriangles(const Matrix &modelview);
+ std::list<Triangle> getTriangles(/*const Matrix &modelview*/);
private:
float x, y, z, width, height, depth, innerwidth, innerdepth;