mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
* move remaining variables from variables.h * fix other dependencies * extra newline * fix and adjust comment * is this the problem * fix bss
11 lines
186 B
C
11 lines
186 B
C
#ifndef VARIABLES_H
|
|
#define VARIABLES_H
|
|
|
|
#include "z64.h"
|
|
|
|
// TODO:
|
|
// Plenty of files depend on this file to have access to z64.h.
|
|
// Fix those cases and then delete this file.
|
|
|
|
#endif
|