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.hh16
1 files changed, 0 insertions, 16 deletions
diff --git a/game/shared/entity/head.hh b/game/shared/entity/head.hh
deleted file mode 100644
index 15ce7e5..0000000
--- a/game/shared/entity/head.hh
+++ /dev/null
@@ -1,16 +0,0 @@
-#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