diff options
Diffstat (limited to 'source/rendering/StarWorldCamera.hpp')
-rw-r--r-- | source/rendering/StarWorldCamera.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/rendering/StarWorldCamera.hpp b/source/rendering/StarWorldCamera.hpp index 8ef39cb..d83a31a 100644 --- a/source/rendering/StarWorldCamera.hpp +++ b/source/rendering/StarWorldCamera.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_WORLD_CAMERA_HPP -#define STAR_WORLD_CAMERA_HPP +#pragma once #include "StarWorldGeometry.hpp" #include "StarGameTypes.hpp" @@ -126,5 +125,3 @@ inline void WorldCamera::update(float dt) { } } - -#endif |