marioparty4/include/common.h
2023-12-03 17:12:58 -06:00

9 lines
No EOL
139 B
C

#ifndef _COMMON_H_
#define _COMMON_H_
#include "types.h"
#include "common_structs.h"
#include "functions.h"
#include "variables.h"
#endif