diff options
Diffstat (limited to 'source/frontend/StarCodexInterface.hpp')
-rw-r--r-- | source/frontend/StarCodexInterface.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/frontend/StarCodexInterface.hpp b/source/frontend/StarCodexInterface.hpp index bd8e103..e5a1235 100644 --- a/source/frontend/StarCodexInterface.hpp +++ b/source/frontend/StarCodexInterface.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CODEX_INTERFACE_HPP -#define STAR_CODEX_INTERFACE_HPP +#pragma once #include "StarPane.hpp" #include "StarPlayerCodexes.hpp" @@ -63,5 +62,3 @@ private: }; } - -#endif |