mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-29 08:42:51 -04:00
9 lines
145 B
C
9 lines
145 B
C
#ifndef _GLOBAL_OVERLAY_H_
|
|
#define _GLOBAL_OVERLAY_H_
|
|
|
|
#include "global.h"
|
|
#include "functions_overlay.h"
|
|
#include "variables_overlay.h"
|
|
|
|
#endif
|