diff --git a/src/engine/systems/TerrainSystem.hpp b/src/engine/systems/TerrainSystem.hpp index 89edd60..d27ac9f 100644 --- a/src/engine/systems/TerrainSystem.hpp +++ b/src/engine/systems/TerrainSystem.hpp @@ -2,8 +2,7 @@ // Created by kj16609 on 3/11/24. // -#ifndef GAME_TERRAINSYSTEM_HPP -#define GAME_TERRAINSYSTEM_HPP +#pragma once #include "concepts.hpp" #include "engine/FrameInfo.hpp" @@ -80,5 +79,3 @@ namespace fgl::engine */ } // namespace fgl::engine - -#endif //GAME_TERRAINSYSTEM_HPP