diff options
Diffstat (limited to 'source/game/StarRadioMessageDatabase.hpp')
-rw-r--r-- | source/game/StarRadioMessageDatabase.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarRadioMessageDatabase.hpp b/source/game/StarRadioMessageDatabase.hpp index e9c83ba..6ec540e 100644 --- a/source/game/StarRadioMessageDatabase.hpp +++ b/source/game/StarRadioMessageDatabase.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_RADIO_MESSAGE_DATABASE_HPP -#define STAR_RADIO_MESSAGE_DATABASE_HPP +#pragma once #include "StarBiMap.hpp" #include "StarJson.hpp" @@ -40,5 +39,3 @@ private: }; } - -#endif |