Crafter.Graphics/interfaces/Crafter.Graphics-ForwardDeclarations.cppm

11 lines
264 B
Text
Raw Normal View History

2026-07-22 18:09:06 +02:00
//SPDX-License-Identifier: LGPL-3.0-only
//SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
2026-03-12 21:13:53 +01:00
export module Crafter.Graphics:ForwardDeclarations;
import std;
export namespace Crafter {
struct RendertargetBase;
struct GridElement;
struct Window;
}