mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-27 20:51:40 +00:00
reverting header additions in play_patches, as they are no longer needed.
This commit is contained in:
parent
058987b788
commit
27269f1d9a
2 changed files with 0 additions and 4 deletions
|
|
@ -1,10 +1,7 @@
|
|||
#include "play_patches.h"
|
||||
#include "z64debug_display.h"
|
||||
#include "input.h"
|
||||
#include "input.h"
|
||||
|
||||
#include "z64game.h"
|
||||
#include "overlays/gamestates/ovl_title/z_title.h"
|
||||
#include "prevent_bss_reordering.h"
|
||||
#include "z64.h"
|
||||
#include "regs.h"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
#define __PLAY_PATCHES_H__
|
||||
|
||||
#include "patches.h"
|
||||
#include "patch_helpers.h"
|
||||
|
||||
void debug_play_update(PlayState* play);
|
||||
void camera_pre_play_update(PlayState* play);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue