mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00: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
|