9 lines
182 B
C
9 lines
182 B
C
#ifndef _GAME_SRESET_H
|
|
#define _GAME_SRESET_H
|
|
|
|
#include "dolphin.h"
|
|
|
|
s32 HuSoftResetButtonCheck(void);
|
|
void HuDvdErrDispInit(GXRenderModeObj *rmode, void *xfb1, void *xfb2);
|
|
|
|
#endif
|