diff options
Diffstat (limited to 'src/game/shared/game_voxels.hh')
| -rw-r--r-- | src/game/shared/game_voxels.hh | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/src/game/shared/game_voxels.hh b/src/game/shared/game_voxels.hh index a8d155f..f46385c 100644 --- a/src/game/shared/game_voxels.hh +++ b/src/game/shared/game_voxels.hh @@ -1,23 +1,20 @@ #pragma once -namespace world -{ class Voxel; -} // namespace world namespace game_voxels { -extern const world::Voxel* cobblestone; -extern const world::Voxel* dirt; -extern const world::Voxel* grass; -extern const world::Voxel* stone; -extern const world::Voxel* vtest; -extern const world::Voxel* vtest_ck; -extern const world::Voxel* oak_leaves; -extern const world::Voxel* oak_planks; -extern const world::Voxel* oak_log; -extern const world::Voxel* glass; -extern const world::Voxel* slime; +extern const Voxel* cobblestone; +extern const Voxel* dirt; +extern const Voxel* grass; +extern const Voxel* stone; +extern const Voxel* vtest; +extern const Voxel* vtest_ck; +extern const Voxel* oak_leaves; +extern const Voxel* oak_planks; +extern const Voxel* oak_log; +extern const Voxel* glass; +extern const Voxel* slime; } // namespace game_voxels namespace game_voxels |
