diff options
Diffstat (limited to 'gfx/camera_controller.h')
-rw-r--r-- | gfx/camera_controller.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gfx/camera_controller.h b/gfx/camera_controller.h index e6fc16d..fd5c885 100644 --- a/gfx/camera_controller.h +++ b/gfx/camera_controller.h @@ -1,5 +1,4 @@ -#ifndef CAMERA_CONTROLLER_H -#define CAMERA_CONTROLLER_H +#pragma once #include <special_members.hpp> @@ -13,5 +12,3 @@ public: virtual void updateCamera(Camera *) const = 0; }; - -#endif |