oot/include/global.h

9 lines
109 B
C

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