| 12345678910111213 |
- /*!
- * @file flipper-xremote/xremote_edit.h
- @license This project is released under the GNU GPLv3 License
- * @copyright (c) 2023 Sandro Kalatozishvili (s.kalatoz@gmail.com)
- *
- * @brief Edit menu for XRemote custom layout buttons.
- */
- #pragma once
- #include "xremote_app.h"
- void xremote_edit_view_alloc(XRemoteApp* app, uint32_t view_id, XRemoteAppButtons* buttons);
|