summaryrefslogtreecommitdiffstats
path: root/game/shared/entity/gravity.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/entity/gravity.hh')
-rw-r--r--game/shared/entity/gravity.hh14
1 files changed, 0 insertions, 14 deletions
diff --git a/game/shared/entity/gravity.hh b/game/shared/entity/gravity.hh
deleted file mode 100644
index 2cbcbbc..0000000
--- a/game/shared/entity/gravity.hh
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-namespace world
-{
-class Dimension;
-} // namespace world
-
-namespace entity
-{
-struct Gravity final {
-public:
- static void fixed_update(world::Dimension* dimension);
-};
-} // namespace entity