diff options
Diffstat (limited to 'source/game/StarPlayerUniverseMap.hpp')
-rw-r--r-- | source/game/StarPlayerUniverseMap.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlayerUniverseMap.hpp b/source/game/StarPlayerUniverseMap.hpp index da14f9f..fad0c41 100644 --- a/source/game/StarPlayerUniverseMap.hpp +++ b/source/game/StarPlayerUniverseMap.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLAYER_BOOKMARKS_HPP -#define STAR_PLAYER_BOOKMARKS_HPP +#pragma once #include "StarJson.hpp" #include "StarWarping.hpp" @@ -116,5 +115,3 @@ bool Bookmark<T>::operator<(Bookmark<T> const& rhs) const { } } - -#endif |