Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarPlatformerAStar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarPlatformerAStar.hpp')
-rw-r--r--source/game/StarPlatformerAStar.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlatformerAStar.hpp b/source/game/StarPlatformerAStar.hpp
index 3e3b7d4..9bf6877 100644
--- a/source/game/StarPlatformerAStar.hpp
+++ b/source/game/StarPlatformerAStar.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_PLATFORMER_ASTAR_HPP
-#define STAR_PLATFORMER_ASTAR_HPP
+#pragma once
#include "StarBiMap.hpp"
#include "StarAStar.hpp"
@@ -76,5 +75,3 @@ namespace PlatformerAStar {
};
}
}
-
-#endif