From 6cd00aacfa22fed6a54a9b812f6b069ad16feec0 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 22:24:42 +0500 Subject: Move game sources into src subdirectory --- game/shared/grounded.hh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 game/shared/grounded.hh (limited to 'game/shared/grounded.hh') 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 */ -- cgit