Canonical LGPL-3.0-only text, GPL-3.0 companion, SPDX headers on all first-party sources. Vendored lib/ (GDeflate, libdeflate) untouched. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
7 lines
No EOL
200 B
C++
7 lines
No EOL
200 B
C++
//SPDX-License-Identifier: LGPL-3.0-only
|
|
//SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
|
|
|
|
export module Crafter.Asset;
|
|
export import :Compression;
|
|
export import :Mesh;
|
|
export import :Texture; |