C

Qt Quick Ultralite Motorcycle Cluster Demo

// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
#ifndef SIMULATIONCONTROLLER_H
#define SIMULATIONCONTROLLER_H

#include <qul/object.h>
#include <qul/property.h>

struct SimulationController : Qul::Object
{
    SimulationController();
    void start();
};

#endif // SIMULATIONCONTROLLER_H