add some header files
This commit is contained in:
parent
060f1a1d28
commit
e6481709b4
4 changed files with 55 additions and 1 deletions
12
include/common_structs.h
Normal file
12
include/common_structs.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue