diff options
Diffstat (limited to 'source/game/StarMonster.hpp')
-rw-r--r-- | source/game/StarMonster.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarMonster.hpp b/source/game/StarMonster.hpp index 807197e..d6cae3e 100644 --- a/source/game/StarMonster.hpp +++ b/source/game/StarMonster.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_MONSTER_HPP -#define STAR_MONSTER_HPP +#pragma once #include "StarEntity.hpp" #include "StarNetElementSystem.hpp" @@ -208,5 +207,3 @@ private: }; } - -#endif |