diff options
Diffstat (limited to 'source/game/interfaces/StarActivatableItem.hpp')
-rw-r--r-- | source/game/interfaces/StarActivatableItem.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source/game/interfaces/StarActivatableItem.hpp b/source/game/interfaces/StarActivatableItem.hpp index c8802c0..6501d0b 100644 --- a/source/game/interfaces/StarActivatableItem.hpp +++ b/source/game/interfaces/StarActivatableItem.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ACTIVATABLE_ITEM_HPP -#define STAR_ACTIVATABLE_ITEM_HPP +#pragma once #include "StarConfig.hpp" @@ -16,6 +15,4 @@ public: virtual void activate() = 0; }; -} - -#endif +}
\ No newline at end of file |