mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 05:06:30 +04:00
big merge with fz main repo
This commit is contained in:
12
applications/dialogs/dialogs_module_file_browser.h
Normal file
12
applications/dialogs/dialogs_module_file_browser.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "dialogs_message.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
bool dialogs_app_process_module_file_browser(const DialogsAppMessageDataFileBrowser* data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user