mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Remove global.h from z_fishing (#1977)
This commit is contained in:
parent
a599d7d548
commit
24571203df
8 changed files with 25 additions and 17 deletions
|
@ -8,10 +8,11 @@
|
|||
|
||||
#include "overlays/actors/ovl_En_Kanban/z_en_kanban.h"
|
||||
#include "assets/objects/object_fish/object_fish.h"
|
||||
#include "ichain.h"
|
||||
#include "terminal.h"
|
||||
|
||||
// For retail BSS ordering, the block number of sStreamSfxProjectedPos must be 0.
|
||||
#pragma increment_block_number 183
|
||||
#pragma increment_block_number 182
|
||||
|
||||
#define FLAGS ACTOR_FLAG_4
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
#define Z_FISHING_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
#include "z64actor.h"
|
||||
#include "z64light.h"
|
||||
|
||||
struct Fishing;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue