marioparty4/include/common.h
2023-11-23 21:58:33 -06:00

10 lines
No EOL
165 B
C

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