fix compilation error in new function

This commit is contained in:
Lendemor 2016-03-27 18:13:00 +02:00
parent aaab95a8c7
commit 1af9417dd4
2 changed files with 1 additions and 3 deletions

View File

@ -49,7 +49,4 @@ int main(){
Loader::setMtlDirectory("../data/");
Loader::setTexDirectory("../data/");
std::vector<Mesh*> meshes = Loader::loadMesh("sword.obj");
RenderingWidget;
}

View File

@ -2,6 +2,7 @@
#define PATHFINDER_H
#include <vector>
#include <map>
#include "graph.h"
class PathFinder