mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-29 05:24:54 -05:00
12 lines
286 B
C
12 lines
286 B
C
#ifndef GUARD_STR_3000400_H
|
|
#define GUARD_STR_3000400_H
|
|
|
|
// TODO: Figure out if this is, in fact, the RGB struct. code_80035F0.s will tell us more once decompiled.
|
|
typedef struct unkStruct_3000400
|
|
{
|
|
// size: 0x4
|
|
u8 unk0[0x4];
|
|
} unkStruct_3000400;
|
|
|
|
#endif // GUARD_STR_3000400_H
|