mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 20:59:50 +04:00
12 lines
208 B
C
12 lines
208 B
C
|
|
#pragma once
|
||
|
|
#include "dialogs-message.h"
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
DialogMessageButton dialogs_app_process_module_message(const DialogsAppMessageDataDialog* data);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|