diff options
Diffstat (limited to 'source/game/StarItemRecipe.hpp')
-rw-r--r-- | source/game/StarItemRecipe.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarItemRecipe.hpp b/source/game/StarItemRecipe.hpp index df1236e..b2d51d7 100644 --- a/source/game/StarItemRecipe.hpp +++ b/source/game/StarItemRecipe.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ITEM_RECIPE_HPP -#define STAR_ITEM_RECIPE_HPP +#pragma once #include "StarItemDescriptor.hpp" #include "StarGameTypes.hpp" @@ -36,5 +35,3 @@ std::ostream& operator<<(std::ostream& os, ItemRecipe const& recipe); } template <> struct fmt::formatter<Star::ItemRecipe> : ostream_formatter {}; - -#endif |