Merge pull request #70 from victorlevasseur/patch-1

Fix wrong include guard in PathfindingAutomatism.h
This commit is contained in:
Florian Rival
2015-01-08 17:29:09 +01:00

View File

@@ -5,8 +5,8 @@ Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com)
This project is released under the MIT License.
*/
#ifndef PLATFORMEROBJECTAUTOMATISM_H
#define PLATFORMEROBJECTAUTOMATISM_H
#ifndef PATHFINDINGAUTOMATISM_H
#define PATHFINDINGAUTOMATISM_H
#include "GDCpp/Automatism.h"
#include "GDCpp/Object.h"
#include <SFML/System/Vector2.hpp>
@@ -124,5 +124,5 @@ private:
bool reachedEnd;
};
#endif // PLATFORMEROBJECTAUTOMATISM_H
#endif // PATHFINDINGAUTOMATISM_H