mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 11:49:24 +00:00
9 lines
113 B
C
9 lines
113 B
C
|
#ifndef _GLOBAL_H_
|
||
|
#define _GLOBAL_H_
|
||
|
|
||
|
#include "functions.h"
|
||
|
#include "variables.h"
|
||
|
#include "macros.h"
|
||
|
|
||
|
#endif
|