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