diff options
Diffstat (limited to 'source/frontend/StarCharSelection.hpp')
-rw-r--r-- | source/frontend/StarCharSelection.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarCharSelection.hpp b/source/frontend/StarCharSelection.hpp index f797457..64e1343 100644 --- a/source/frontend/StarCharSelection.hpp +++ b/source/frontend/StarCharSelection.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CHAR_SELECTION_HPP -#define STAR_CHAR_SELECTION_HPP +#pragma once #include "StarPane.hpp" #include "StarPlayerStorage.hpp" @@ -34,5 +33,3 @@ private: }; typedef shared_ptr<CharSelectionPane> CharSelectionPanePtr; } - -#endif |