mirror of
https://github.com/FireEmblemUniverse/fireemblem8u.git
synced 2024-11-26 22:50:45 +00:00
11 lines
236 B
C
11 lines
236 B
C
#ifndef GUARD_SIOERROR_H
|
|
#define GUARD_SIOERROR_H
|
|
|
|
// ??? OnVBlank_SioError(???);
|
|
// ??? OnMain_SioErrorWait(???);
|
|
// ??? PutSioErrorMessage(???);
|
|
// ??? OnMain_SioError(???);
|
|
void StartSioErrorScreen(void);
|
|
|
|
#endif // GUARD_SIOERROR_H
|