summaryrefslogtreecommitdiffstats
path: root/DisplayClass.h
diff options
context:
space:
mode:
Diffstat (limited to 'DisplayClass.h')
-rw-r--r--DisplayClass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/DisplayClass.h b/DisplayClass.h
index 0b24dc6..04ff651 100644
--- a/DisplayClass.h
+++ b/DisplayClass.h
@@ -1,7 +1,7 @@
#ifndef _DISPLAYCLASS_H_
#define _DISPLAYCLASS_H_
-#include "Trapezocube.h"
+#include "Cubehole.h"
class DisplayClass
{
@@ -19,7 +19,7 @@ class DisplayClass
static Renderer renderer;
- Trapezocube cubeing[8];
+ Cubehole cubehole;
};
#endif /*_DISPLAYCLASS_H_*/