isle/LEGO1/lego/legoomni/include/legotraninfo.h
2024-03-15 20:30:29 -04:00

12 lines
214 B
C

#ifndef LEGOTRANINFO_H
#define LEGOTRANINFO_H
#include "decomp.h"
// SIZE 0x78
struct LegoTranInfo { // See FUN_100609f0 for construction
undefined m_unk0x00[0x78]; // 0x00
};
#endif // LEGOTRANINFO_H