mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-24 15:20:49 -04:00
9 lines
114 B
C
9 lines
114 B
C
#ifndef _GLOBAL_H_
|
|
#define _GLOBAL_H_
|
|
|
|
#include "structs.h"
|
|
#include "functions.h"
|
|
#include "variables.h"
|
|
|
|
#endif
|