marioparty4/include/game/sreset.h
2025-04-02 00:41:07 +02:00

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