mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-16 01:25:27 +00:00
8 lines
185 B
C
8 lines
185 B
C
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
#pragma once
|
|
|
|
struct Logic;
|
|
|
|
void setup_logic(const Logic &);
|