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

11 lines
No EOL
264 B
C++

//SPDX-License-Identifier: LGPL-3.0-only
//SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
export module Crafter.Graphics:ForwardDeclarations;
import std;
export namespace Crafter {
struct RendertargetBase;
struct GridElement;
struct Window;
}