mirror of
https://github.com/joel16/3DS-Recovery-Tool.git
synced 2025-02-17 10:27:33 +00:00
7 lines
122 B
C
7 lines
122 B
C
#ifndef _3DS_RECOVERY_TOOL_STATUS_BAR_H
|
|
#define _3DS_RECOVERY_TOOL_STATUS_BAR_H
|
|
|
|
void StatusBar_DisplayBar(void);
|
|
|
|
#endif
|