forked from qt-creator/qt-creator
Change-Id: I201c0f1dba59530e9e8183cb24974baed049196e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
11 lines
247 B
C++
11 lines
247 B
C++
// Copyright (C) 2019 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
#pragma once
|
|
|
|
namespace WebAssembly::Internal {
|
|
|
|
void setupWebAssemblyDevice();
|
|
|
|
} // WebAssembly::Interenal
|