Files
mm/include/global.h
T
2018-10-25 22:09:52 -05:00

9 lines
114 B
C

#ifndef _GLOBAL_H_
#define _GLOBAL_H_
#include "structs.h"
#include "functions.h"
#include "variables.h"
#endif