diff options
Diffstat (limited to 'source/game/StarAnimation.hpp')
-rw-r--r-- | source/game/StarAnimation.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarAnimation.hpp b/source/game/StarAnimation.hpp index 9fbe812..bd5603c 100644 --- a/source/game/StarAnimation.hpp +++ b/source/game/StarAnimation.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ANIMATION_HPP -#define STAR_ANIMATION_HPP +#pragma once #include "StarDrawable.hpp" #include "StarBiMap.hpp" @@ -55,5 +54,3 @@ private: }; } - -#endif |