- /*!
- * @file flipper-xremote/xremote_settings.h
- @license This project is released under the GNU GPLv3 License
- * @copyright (c) 2023 Sandro Kalatozishvili (s.kalatoz@gmail.com)
- *
- * @brief XRemote applications settings menu and functionality.
- */
- #pragma once
- #include "xremote_app.h"
- XRemoteApp* xremote_settings_alloc(XRemoteAppContext* app_ctx);
|