mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 23:44:53 +00:00
[headers 5] Misc small headers untangling (#2147)
* Misc small headers untangling * mv gSaveContext to where it is in MM in the header * newline police * move rand functions back to functions.h
This commit is contained in:
parent
277ce1c0d3
commit
a039aeffb7
11 changed files with 35 additions and 23 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "z_en_kanban.h"
|
||||
#include "global.h"
|
||||
#include "assets/objects/gameplay_keep/gameplay_keep.h"
|
||||
#include "assets/objects/object_kanban/object_kanban.h"
|
||||
#include "terminal.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define Z_EN_KANBAN_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
#include "z64actor.h"
|
||||
|
||||
struct EnKanban;
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "z_fishing.h"
|
||||
#include "global.h"
|
||||
|
||||
#include "overlays/actors/ovl_En_Kanban/z_en_kanban.h"
|
||||
#include "assets/objects/object_fish/object_fish.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue