diff options
Diffstat (limited to 'game/shared/grounded.hh')
| -rw-r--r-- | game/shared/grounded.hh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/game/shared/grounded.hh b/game/shared/grounded.hh deleted file mode 100644 index 869cca0..0000000 --- a/game/shared/grounded.hh +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef SHARED_GROUNDED -#define SHARED_GROUNDED 1 -#pragma once - -#include "shared/voxel_registry.hh" - -// Assigned to entities which are grounded -// according to the collision and gravity system -struct GroundedComponent final { - voxel_surface surface; -}; - -#endif /* SHARED_GROUNDED */ |
