mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
13 lines
204 B
C
13 lines
204 B
C
|
#pragma once
|
||
|
#include "dialogs_message.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
bool dialogs_app_process_module_file_browser(const DialogsAppMessageDataFileBrowser* data);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|