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

12 lines
No EOL
160 B
C

#ifndef _COMMON_STRUCTS_H
#define _COMMON_STRUCTS_H
#include "types.h"
typedef struct UnkOvl {
s32 unk0;
char unk4[4];
s32 unk8;
} UnkOvl;
#endif