mirror of
https://github.com/zeldaret/oot
synced 2026-06-09 20:50:39 -04:00
5133db15a3
* split most of functions.h * osdriverominit * forgot include * fix * remove functions.h * temporary fix for fix_bss * fix bss * revert fix_bss.py change
9 lines
108 B
C
9 lines
108 B
C
#ifndef GLOBAL_H
|
|
#define GLOBAL_H
|
|
|
|
#include "variables.h"
|
|
#include "macros.h"
|
|
#include "versions.h"
|
|
|
|
#endif
|