mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-11 03:21:38 +00:00
10 lines
159 B
C
10 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
|