Zelda64Recomp/patches/game_patches.h

11 lines
159 B
C
Raw Normal View History

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