mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
11 lines
211 B
C
11 lines
211 B
C
#pragma once
|
|
|
|
#include <gui/view.h>
|
|
|
|
typedef struct RebootView RebootView;
|
|
|
|
RebootView* reboot_view_alloc();
|
|
|
|
void reboot_view_free(RebootView* reboot_view);
|
|
|
|
View* reboot_view_get_view(RebootView* reboot_view); |