summaryrefslogtreecommitdiffstats
path: root/game/client/world/voxel_anims.hh
blob: e4fe73ea17d51caa64c0b8726e02c6bd75813205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

namespace world::voxel_anims
{
extern std::uint64_t nextframe;
extern std::uint32_t frame;
} // namespace world::voxel_anims

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