summaryrefslogtreecommitdiffstats
path: root/src/game/shared/entity/gravity.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/shared/entity/gravity.hh')
-rw-r--r--src/game/shared/entity/gravity.hh8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/game/shared/entity/gravity.hh b/src/game/shared/entity/gravity.hh
index 21f4582..38b3c9b 100644
--- a/src/game/shared/entity/gravity.hh
+++ b/src/game/shared/entity/gravity.hh
@@ -1,14 +1,8 @@
#pragma once
-namespace world
-{
class Dimension;
-} // namespace world
-namespace entity
-{
struct Gravity final {
public:
- static void fixed_update(world::Dimension* dimension);
+ static void fixed_update(Dimension* dimension);
};
-} // namespace entity