diff options
Diffstat (limited to 'source/frontend/StarQuestIndicatorPainter.hpp')
-rw-r--r-- | source/frontend/StarQuestIndicatorPainter.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarQuestIndicatorPainter.hpp b/source/frontend/StarQuestIndicatorPainter.hpp index c222ac4..1189651 100644 --- a/source/frontend/StarQuestIndicatorPainter.hpp +++ b/source/frontend/StarQuestIndicatorPainter.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_QUEST_INDICATOR_PAINTER_HPP -#define STAR_QUEST_INDICATOR_PAINTER_HPP +#pragma once #include "StarWorldCamera.hpp" #include "StarWorldClient.hpp" @@ -32,5 +31,3 @@ private: }; } - -#endif |