diff options
Diffstat (limited to 'gfx/followCameraController.h')
-rw-r--r-- | gfx/followCameraController.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gfx/followCameraController.h b/gfx/followCameraController.h index cfe70c2..63010c2 100644 --- a/gfx/followCameraController.h +++ b/gfx/followCameraController.h @@ -1,5 +1,4 @@ -#ifndef FOLLOW_CAMERA_CONTROLLER_H -#define FOLLOW_CAMERA_CONTROLLER_H +#pragma once #include <game/vehicles/vehicle.h> #include <gfx/camera_controller.h> @@ -17,4 +16,3 @@ private: VehicleWPtr target; Mode mode; }; -#endif |