12 lines
No EOL
160 B
C
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 |