mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-12-25 20:31:48 +01:00
11 lines
159 B
C
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
|