mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
13 lines
202 B
C
13 lines
202 B
C
#pragma once
|
|
#include "dialogs_message.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool dialogs_app_process_module_file_select(const DialogsAppMessageDataFileSelect* data);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|