Some tweaks to GCC errors, still think there's a couple

This commit is contained in:
KimLS
2017-08-20 15:37:46 -07:00
parent 563878f20e
commit 17544d4577
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -1,5 +1,4 @@
#include "pathfinder_null.h"
#pragma once
IPathfinder::IPath PathfinderNull::FindRoute(const glm::vec3 &start, const glm::vec3 &end)
{