diff options
Diffstat (limited to 'game/shared/entity/grounded.hh')
| -rw-r--r-- | game/shared/entity/grounded.hh | 12 |
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
|
