summaryrefslogtreecommitdiffstats
path: root/src/game/client/screenshot.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/screenshot.hh')
-rw-r--r--src/game/client/screenshot.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/client/screenshot.hh b/src/game/client/screenshot.hh
index fecbd2f..17886f9 100644
--- a/src/game/client/screenshot.hh
+++ b/src/game/client/screenshot.hh
@@ -1,3 +1,10 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: screenshot.hh
+// Description: Screenshot handling
+
+#ifndef CLIENT_SCREENSHOT_HH
+#define CLIENT_SCREENSHOT_HH
#pragma once
namespace screenshot
@@ -5,3 +12,5 @@ namespace screenshot
void init(void);
void take(void);
} // namespace screenshot
+
+#endif