summaryrefslogtreecommitdiffstats
path: root/src/game/client/entity/interpolation.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/entity/interpolation.hh')
-rw-r--r--src/game/client/entity/interpolation.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/client/entity/interpolation.hh b/src/game/client/entity/interpolation.hh
index 8fb0db1..cc18b23 100644
--- a/src/game/client/entity/interpolation.hh
+++ b/src/game/client/entity/interpolation.hh
@@ -1,6 +1,15 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: interpolation.hh
+// Description: Interpolate components between server frames
+
+#ifndef CLIENT_ENTITY_INTERPOLATION_HH
+#define CLIENT_ENTITY_INTERPOLATION_HH
#pragma once
namespace interpolation
{
void update(void);
} // namespace interpolation
+
+#endif