diff options
Diffstat (limited to 'hk21/game/gpu.cpp')
-rw-r--r-- | hk21/game/gpu.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hk21/game/gpu.cpp b/hk21/game/gpu.cpp index b481ee7..4aa1f95 100644 --- a/hk21/game/gpu.cpp +++ b/hk21/game/gpu.cpp @@ -1,3 +1,7 @@ +// Copyright 2025 Steven Le Rouzic
+//
+// SPDX-License-Identifier: BSD-3-Clause
+
#include "hk21/game/gpu.hpp"
#include <asl/containerS/buffer.hpp>
|