mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +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*);
|