diff options
Diffstat (limited to 'source/base/StarCellularLiquid.hpp')
-rw-r--r-- | source/base/StarCellularLiquid.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/base/StarCellularLiquid.hpp b/source/base/StarCellularLiquid.hpp index be30948..c06158c 100644 --- a/source/base/StarCellularLiquid.hpp +++ b/source/base/StarCellularLiquid.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_CELLULAR_LIQUID_HPP -#define STAR_CELLULAR_LIQUID_HPP +#pragma once #include "StarVariant.hpp" #include "StarRect.hpp" @@ -654,5 +653,3 @@ void LiquidCellEngine<LiquidId>::transferLevel( } } - -#endif |