blob: f96e622195ba9c50f1613578593b021c7ae4ec49 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2016 Tim Sander <tim@krieglstein.org>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace BareMetal::Internal {
void setupBareMetalDeployAndRunConfigurations();
} // BareMetal::Internal
|