summaryrefslogtreecommitdiffstats
path: root/game/client/world/player_target.hh
blob: f137a1bb0c68f6d443759464795d8d09db411390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include "shared/world/voxel_registry.hh"

namespace world::player_target
{
extern voxel_id voxel;
extern voxel_pos coord;
extern voxel_pos normal;
extern const VoxelInfo* info;
} // namespace world::player_target

namespace world::player_target
{
void init(void);
void update(void);
void render(void);
} // namespace world::player_target