Replaces old ifdef with pragma once

This commit is contained in:
2024-08-14 15:03:19 -04:00
parent 7b42fe0b00
commit 79b60f5ea1

View File

@@ -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