mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-27 08:04:36 -04:00
12 lines
172 B
C
12 lines
172 B
C
#ifndef _GLOBAL_H_
|
|
#define _GLOBAL_H_
|
|
|
|
#include "macros.h"
|
|
#include "structs.h"
|
|
#include "functions.h"
|
|
#include "regs.h"
|
|
#include "variables.h"
|
|
#include "macros.h"
|
|
|
|
#endif
|