mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Merge pull request #70 from victorlevasseur/patch-1
Fix wrong include guard in PathfindingAutomatism.h
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user