summaryrefslogtreecommitdiffstats
path: root/game/shared/feature.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/feature.hh')
-rw-r--r--game/shared/feature.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/shared/feature.hh b/game/shared/feature.hh
index b5cb262..306841e 100644
--- a/game/shared/feature.hh
+++ b/game/shared/feature.hh
@@ -13,8 +13,8 @@ public:
virtual ~Feature(void) = default;
public:
- void place(const voxel_pos &vpos, Dimension *dimension) const;
- void place(const voxel_pos &vpos, const chunk_pos &cpos, VoxelStorage &voxels) const;
+ void place(const voxel_pos& vpos, Dimension* dimension) const;
+ void place(const voxel_pos& vpos, const chunk_pos& cpos, VoxelStorage& voxels) const;
};
#endif /* SHARED_FEATURE_HH */