2022-06-29 17:08:03 -04:00
|
|
|
#ifndef GLOBAL_H
|
|
|
|
|
#define GLOBAL_H
|
2018-10-25 21:29:41 -05:00
|
|
|
|
2020-08-31 18:02:37 -05:00
|
|
|
#include "z64.h"
|
2020-06-23 01:08:52 +02:00
|
|
|
#include "regs.h"
|
2020-08-31 18:02:37 -05:00
|
|
|
#include "functions.h"
|
2018-10-25 21:29:41 -05:00
|
|
|
#include "variables.h"
|
2020-06-04 23:07:09 -04:00
|
|
|
#include "macros.h"
|
2018-10-25 21:29:41 -05:00
|
|
|
|
|
|
|
|
#endif
|