Crafter.Asset/interfaces/Crafter.Asset.cppm
Jorijn van der Graaf dfd7f899cf SPDX license update
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>
2026-07-22 18:16:25 +02:00

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;