mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07: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*); |