mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 05:15:16 +00:00
Reduce overlay dependencies on global.h (7) (#2472)
* z64env_flags, z64quest_hint_commands * z64cutscene_spline, z64save.h moved from z64.h * bss * pr suggestion * bss * suggestions
This commit is contained in:
parent
137e178790
commit
652478c338
294 changed files with 688 additions and 197 deletions
|
@ -1,8 +1,8 @@
|
|||
#ifndef SEGMENT_SYMBOLS_H
|
||||
#define SEGMENT_SYMBOLS_H
|
||||
|
||||
#include "ultra64/ultratypes.h"
|
||||
#include "versions.h"
|
||||
#include "z64.h"
|
||||
|
||||
#define DECLARE_SEGMENT(name) \
|
||||
extern u8 _##name##SegmentStart[]; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue