Crafter.Build/interfaces/Crafter.Build.cppm

12 lines
321 B
Text
Raw Normal View History

//SPDX-License-Identifier: LGPL-3.0-only
//SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
2024-12-29 01:00:54 +01:00
2024-12-28 21:00:12 +01:00
export module Crafter.Build;
2026-04-23 01:57:25 +02:00
export import :Clang;
export import :Platform;
2025-10-31 16:50:47 +01:00
export import :Implementation;
2026-04-27 07:04:42 +02:00
export import :Shader;
export import :External;
2026-04-29 03:27:11 +02:00
export import :Test;
2026-05-12 01:16:40 +02:00
export import :Progress;
export import :Asset;