summaryrefslogtreecommitdiffstats
path: root/game/shared/entity/head.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/entity/head.hh')
-rw-r--r--game/shared/entity/head.hh32
1 files changed, 16 insertions, 16 deletions
diff --git a/game/shared/entity/head.hh b/game/shared/entity/head.hh
index 3f5d6d1..15ce7e5 100644
--- a/game/shared/entity/head.hh
+++ b/game/shared/entity/head.hh
@@ -1,16 +1,16 @@
-#pragma once
-
-namespace entity
-{
-struct Head {
- glm::fvec3 angles;
- glm::fvec3 offset;
-};
-} // namespace entity
-
-namespace entity::client
-{
-// Client-side only - interpolated and previous head
-struct HeadIntr final : public Head {};
-struct HeadPrev final : public Head {};
-} // namespace entity::client
+#pragma once
+
+namespace entity
+{
+struct Head {
+ glm::fvec3 angles;
+ glm::fvec3 offset;
+};
+} // namespace entity
+
+namespace entity::client
+{
+// Client-side only - interpolated and previous head
+struct HeadIntr final : public Head {};
+struct HeadPrev final : public Head {};
+} // namespace entity::client