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