1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 13:09:49 +04:00

fetch big commit from upstream

This commit is contained in:
r3df0xx
2022-05-27 22:12:40 +03:00
parent 697b016805
commit 6634999113
68 changed files with 655 additions and 475 deletions

View 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