mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-16 01:28:00 +00:00
12 lines
204 B
C
12 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
|