reverting header additions in play_patches, as they are no longer needed.

This commit is contained in:
LT-Schmiddy 2024-11-24 17:03:54 -05:00
parent 058987b788
commit 1238a6c907
2 changed files with 0 additions and 5 deletions

View File

@ -1,10 +1,6 @@
#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"

View File

@ -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);