mirror of
https://github.com/joel16/3DS-Recovery-Tool.git
synced 2024-11-23 11:59:51 +00:00
7 lines
154 B
C
7 lines
154 B
C
#ifndef _3DS_RECOVERY_TOOL_DIALOG_H
|
|
#define _3DS_RECOVERY_TOOL_DIALOG_H
|
|
|
|
Result Dialog_Draw(const char *top_message, const char *bottom_message);
|
|
|
|
#endif
|