marioparty4/include/common.h
2023-11-25 15:46:14 -06:00

11 lines
No EOL
199 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"
#include "dolphin/mtx/GeoTypes.h"
#endif