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

[FL-2627] Flipper applications: SDK, build and debug system (#1387)

This commit is contained in:
SG
2022-09-15 02:11:38 +10:00
committed by GitHub
parent 0f6f9ad52e
commit 873e1f114b
895 changed files with 8862 additions and 1465 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