mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 20:08:36 -07:00
feat: Chess v1.8
This commit is contained in:
19
applications/external/chess/views/flipchess_startscreen.h
vendored
Normal file
19
applications/external/chess/views/flipchess_startscreen.h
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
#include "../helpers/flipchess_custom_event.h"
|
||||
|
||||
typedef struct FlipChessStartscreen FlipChessStartscreen;
|
||||
|
||||
typedef void (*FlipChessStartscreenCallback)(FlipChessCustomEvent event, void* context);
|
||||
|
||||
void flipchess_startscreen_set_callback(
|
||||
FlipChessStartscreen* flipchess_startscreen,
|
||||
FlipChessStartscreenCallback callback,
|
||||
void* context);
|
||||
|
||||
View* flipchess_startscreen_get_view(FlipChessStartscreen* flipchess_static);
|
||||
|
||||
FlipChessStartscreen* flipchess_startscreen_alloc();
|
||||
|
||||
void flipchess_startscreen_free(FlipChessStartscreen* flipchess_static);
|
||||
Reference in New Issue
Block a user