summaryrefslogtreecommitdiffstats
path: root/src/game/client/world/voxel_anims.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/world/voxel_anims.hh')
-rw-r--r--src/game/client/world/voxel_anims.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/game/client/world/voxel_anims.hh b/src/game/client/world/voxel_anims.hh
new file mode 100644
index 0000000..0d8a0d0
--- /dev/null
+++ b/src/game/client/world/voxel_anims.hh
@@ -0,0 +1,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