1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-10 02:54:24 +00:00
oot/include/variables.h
fig02 655ec77138
variables.h: migrate all remaining varaibles, remove other dependencies except z64.h (#2505)
* move remaining variables from variables.h

* fix other dependencies

* extra newline

* fix and adjust comment

* is this the problem

* fix bss
2025-04-16 08:22:42 -04:00

10 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