mirror of
https://github.com/ConjureETS/LOG750-LAB2.git
synced 2026-03-24 11:31:20 +00:00
18 lines
274 B
C++
18 lines
274 B
C++
#include "glnode.h"
|
|
#include <qopengl.h>
|
|
|
|
|
|
//GlNode& GlNode::getChild() {
|
|
// GlNode* tempNode = new GlNode();
|
|
// return *tempNode;
|
|
//}
|
|
|
|
//bool GlNode::hasNext(){
|
|
// return false;
|
|
//}
|
|
|
|
//void GlNode::accept(Visitor &v) {
|
|
|
|
// //v.visit(this);
|
|
//}
|