Files
pilotclient/samples/miscsim/samplesfsx.h
2024-11-11 15:11:39 +01:00

24 lines
508 B
C++

// SPDX-FileCopyrightText: Copyright (C) 2014 swift Project Community / Contributors
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
//! \file
//! \ingroup samplemiscsim
#ifndef BLACKSAMPLE_SAMPLESFSX_H
#define BLACKSAMPLE_SAMPLESFSX_H
class QTextStream;
namespace BlackSample
{
//! Samples for FSX classes
class CSamplesFsx
{
public:
//! Run the misc. samples
static void samplesMisc(QTextStream &streamOut);
};
} // namespace
#endif