mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 02:54:24 +00:00
* progress * z64.h issues sorted * remove variables.h * format * n64 fix * another fix * did the wrong fix * fix libleo * fix bss * review * remove instead of comment
7 lines
85 B
C
7 lines
85 B
C
#ifndef GLOBAL_H
|
|
#define GLOBAL_H
|
|
|
|
#include "macros.h"
|
|
#include "versions.h"
|
|
|
|
#endif
|