mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-06 08:22:04 +00:00
5 lines
154 B
C
5 lines
154 B
C
#pragma once
|
|
#include "cligui_main_i.h"
|
|
|
|
extern void text_input_result_callback(void* ctx);
|
|
extern void text_input_input_handler(CliguiApp*, InputEvent*); |