diff options
Diffstat (limited to 'source/game/items/StarCodexItem.hpp')
-rw-r--r-- | source/game/items/StarCodexItem.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/items/StarCodexItem.hpp b/source/game/items/StarCodexItem.hpp index b1c825d..c1ef5df 100644 --- a/source/game/items/StarCodexItem.hpp +++ b/source/game/items/StarCodexItem.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CODEX_ITEM_HPP -#define STAR_CODEX_ITEM_HPP +#pragma once #include "StarItem.hpp" #include "StarPlayerCodexes.hpp" @@ -26,5 +25,3 @@ private: }; } - -#endif |