mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Update system apps
This commit is contained in:
14
applications/system/hid_app/views/hid_movie.h
Normal file
14
applications/system/hid_app/views/hid_movie.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
typedef struct Hid Hid;
|
||||
typedef struct HidMovie HidMovie;
|
||||
|
||||
HidMovie* hid_movie_alloc(Hid* bt_hid);
|
||||
|
||||
void hid_movie_free(HidMovie* hid_movie);
|
||||
|
||||
View* hid_movie_get_view(HidMovie* hid_movie);
|
||||
|
||||
void hid_movie_set_connected_status(HidMovie* hid_movie, bool connected);
|
||||
Reference in New Issue
Block a user