mirror of
https://github.com/zeldaret/oot
synced 2026-06-30 11:41:42 -04:00
2278bcb2c3
* 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
8 lines
85 B
C
8 lines
85 B
C
#ifndef GLOBAL_H
|
|
#define GLOBAL_H
|
|
|
|
#include "macros.h"
|
|
#include "versions.h"
|
|
|
|
#endif
|