marioparty4/include/common.h
2023-11-21 06:16:08 -06:00

8 lines
No EOL
116 B
C

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