From 99243ccd60120897e406976b4f2ee06e25fb8b43 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 20 Dec 2012 15:07:47 +0100 Subject: [PATCH] Fixed include guards and comments. --- source/abstract/Body.h | 8 ++++---- source/util/Pathfinder.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/abstract/Body.h b/source/abstract/Body.h index 419d1d5..3994a25 100755 --- a/source/abstract/Body.h +++ b/source/abstract/Body.h @@ -1,12 +1,12 @@ /* - * Physical.h + * Body.h * * Created on: 11.08.2012 * Author: Felix */ -#ifndef DG_PHYSICAL_H_ -#define DG_PHYSICAL_H_ +#ifndef DG_BODY_H_ +#define DG_BODY_H_ #include @@ -107,4 +107,4 @@ private: bool mDelete; }; -#endif /* DG_PHYSICAL_H_ */ +#endif /* DG_BODY_H_ */ diff --git a/source/util/Pathfinder.h b/source/util/Pathfinder.h index 6453d70..086c742 100644 --- a/source/util/Pathfinder.h +++ b/source/util/Pathfinder.h @@ -1,12 +1,12 @@ /* - * astar.h + * pathfinder.h * * Created on: 24.09.2012 * Author: Felix */ -#ifndef ASTAR_H_ -#define ASTAR_H_ +#ifndef PATHFINDER_H_ +#define PATHFINDER_H_ #include @@ -32,4 +32,4 @@ private: b2World& mWorld; }; -#endif /* ASTAR_H_ */ +#endif /* PATHFINDER_H_ */