From 59b00645ccfbade509b1d1694c9fcfc68e013a10 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 10 Dec 2009 00:32:11 +0100 Subject: Zu vmmlib migriert --- Cubehole.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cubehole.h') 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 @@ -43,7 +42,7 @@ class Cubehole } void setSize(float w, float h, float d); void setPos(float x, float y, float z); - std::list getTriangles(const Matrix &modelview); + std::list getTriangles(/*const Matrix &modelview*/); private: float x, y, z, width, height, depth, innerwidth, innerdepth; -- cgit v1.2.3