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.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/client/world/voxel_anims.hh b/src/game/client/world/voxel_anims.hh
index 63a4fc1..76df53d 100644
--- a/src/game/client/world/voxel_anims.hh
+++ b/src/game/client/world/voxel_anims.hh
@@ -1,3 +1,10 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: voxel_anims.hh
+// Description: Voxel texture animations framerate control
+
+#ifndef CLIENT_WORLD_VOXEL_ANIMS_HH
+#define CLIENT_WORLD_VOXEL_ANIMS_HH
#pragma once
namespace voxel_anims
@@ -11,3 +18,5 @@ namespace voxel_anims
void init(void);
void update(void);
} // namespace voxel_anims
+
+#endif