diff options
Diffstat (limited to 'source/game/StarStoredFunctions.hpp')
-rw-r--r-- | source/game/StarStoredFunctions.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarStoredFunctions.hpp b/source/game/StarStoredFunctions.hpp index f66a185..7c3b844 100644 --- a/source/game/StarStoredFunctions.hpp +++ b/source/game/StarStoredFunctions.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_STORED_FUNCTIONS_HPP -#define STAR_STORED_FUNCTIONS_HPP +#pragma once #include "StarParametricFunction.hpp" #include "StarJson.hpp" @@ -97,5 +96,3 @@ private: }; } - -#endif |