summaryrefslogtreecommitdiffstats
path: root/Cubehole.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-12-10 00:32:11 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-12-10 00:32:11 +0100
commit59b00645ccfbade509b1d1694c9fcfc68e013a10 (patch)
tree5df4d3b47810d2d95589f9e7c58653349578f195 /Cubehole.h
parent4731d3f4cf576d791db21ac1932fd91f9b43ff3a (diff)
downloadc3d-59b00645ccfbade509b1d1694c9fcfc68e013a10.tar
c3d-59b00645ccfbade509b1d1694c9fcfc68e013a10.zip
Zu vmmlib migriert
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;