aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/camera.h')
-rw-r--r--yage/core/camera.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/core/camera.h b/yage/core/camera.h
index 63bf15ca..ec1a189d 100644
--- a/yage/core/camera.h
+++ b/yage/core/camera.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef YAGE_CORE_CAMERA_H
-#define YAGE_CORE_CAMERA_H
+#pragma once
#include <glm/glm.hpp>
@@ -34,5 +33,3 @@ public:
};
} // namespace yage
-
-#endif