diff options
Diffstat (limited to 'source/game/StarPlayerInventory.hpp')
-rw-r--r-- | source/game/StarPlayerInventory.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlayerInventory.hpp b/source/game/StarPlayerInventory.hpp index 14a65ed..0ec0649 100644 --- a/source/game/StarPlayerInventory.hpp +++ b/source/game/StarPlayerInventory.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLAYER_INVENTORY_HPP -#define STAR_PLAYER_INVENTORY_HPP +#pragma once #include "StarInventoryTypes.hpp" #include "StarMultiArray.hpp" @@ -223,5 +222,3 @@ private: }; } - -#endif |