/* * SPDX-FileCopyrightText: © 2023 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include module namco_noir_plus_one_panel() { difference() { panel(); noir_plus_one(); } } namco_noir_plus_one_panel();