add some header files

This commit is contained in:
Rainchus 2023-11-21 06:16:08 -06:00
parent 060f1a1d28
commit e6481709b4
4 changed files with 55 additions and 1 deletions

12
include/common_structs.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef _COMMON_STRUCTS_H
#define _COMMON_STRUCTS_H
#include "types.h"
typedef struct UnkOvl {
s32 unk0;
char unk4[4];
s32 unk8;
} UnkOvl;
#endif