summaryrefslogtreecommitdiffstats
path: root/game/shared/entity/grounded.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/entity/grounded.hh')
-rw-r--r--game/shared/entity/grounded.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/game/shared/entity/grounded.hh b/game/shared/entity/grounded.hh
deleted file mode 100644
index 34a0f9e..0000000
--- a/game/shared/entity/grounded.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "shared/world/voxel.hh"
-
-namespace entity
-{
-// Assigned to entities which are grounded
-// according to the collision and gravity system
-struct Grounded final {
- world::VoxelMaterial surface;
-};
-} // namespace entity