diff options
Diffstat (limited to 'src/core/pch.hh')
| -rw-r--r-- | src/core/pch.hh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/pch.hh b/src/core/pch.hh index 17417a5..9a99be7 100644 --- a/src/core/pch.hh +++ b/src/core/pch.hh @@ -1,3 +1,10 @@ +// SPDX-License-Identifier: BSD-2-Clause +// Copyright (c) 2025 Kirill Dmitrievich +// File: pch.hh +// Description: Precompiled header + +#ifndef CORE_PCH_HH +#define CORE_PCH_HH #pragma once #include <cinttypes> @@ -47,3 +54,5 @@ #include <stb_image.h> #include <stb_image_write.h> + +#endif |
