Zelda64Recomp/patches/gamestate_patches.h
2024-11-24 18:37:03 -05:00

11 lines
159 B
C

#ifndef __PLAY_PATCHES_H__
#define __PLAY_PATCHES_H__
#include "patches.h"
#include "patch_helpers.h"
DECLARE_FUNC(bool, recomp_should_reset_game);
#endif