fix compilation error in new function
This commit is contained in:
parent
aaab95a8c7
commit
1af9417dd4
@ -49,7 +49,4 @@ int main(){
|
|||||||
Loader::setMtlDirectory("../data/");
|
Loader::setMtlDirectory("../data/");
|
||||||
Loader::setTexDirectory("../data/");
|
Loader::setTexDirectory("../data/");
|
||||||
std::vector<Mesh*> meshes = Loader::loadMesh("sword.obj");
|
std::vector<Mesh*> meshes = Loader::loadMesh("sword.obj");
|
||||||
|
|
||||||
RenderingWidget;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
#define PATHFINDER_H
|
#define PATHFINDER_H
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <map>
|
||||||
#include "graph.h"
|
#include "graph.h"
|
||||||
|
|
||||||
class PathFinder
|
class PathFinder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user