oot/include/global.h

9 lines
113 B
C

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