diff options
Diffstat (limited to 'source/game/items/StarActiveItem.hpp')
-rw-r--r-- | source/game/items/StarActiveItem.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/items/StarActiveItem.hpp b/source/game/items/StarActiveItem.hpp index 130b378..757739b 100644 --- a/source/game/items/StarActiveItem.hpp +++ b/source/game/items/StarActiveItem.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ACTIVE_ITEM_HPP -#define STAR_ACTIVE_ITEM_HPP +#pragma once #include "StarNetElementBasicFields.hpp" #include "StarNetElementFloatFields.hpp" @@ -97,5 +96,3 @@ private: }; } - -#endif |