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

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

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