xremote.h 403 B

1234567891011121314
  1. /*!
  2. * @file flipper-xremote/xremote.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 Entrypoint and factory of the XRemote main app.
  7. */
  8. #include "xremote_app.h"
  9. #define XREMOTE_BUILD_NUMBER 2
  10. /* Returns FAP_VERSION + XREMOTE_BUILD_NUMBER */
  11. void xremote_get_version(char* version, size_t length);