LOG750-LAB2/src/glnodes/glnode.cpp
2016-10-28 16:36:45 -04:00

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);
//}