3DS-Recovery-Tool/include/dialog.h
2019-10-19 20:07:54 -04:00

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