xremote_edit.h 375 B

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