summaryrefslogtreecommitdiff
path: root/mm/include/global.h
blob: 193c2d90dd45f16f3f937b08c102cbe1af9d53ea (plain)
1
2
3
4
5
6
7
8
9
#ifndef GLOBAL_H
#define GLOBAL_H

#include "z64.h"
#include "functions.h"
#include "variables.h"
#include "macros.h"

#endif