// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT #include "app.h" int main() { auto state = create_ui(); state.mainWindow->run(); }