Files
2ship2harkinian-Android/include/ramrom.h
T

14 lines
231 B
C
Raw Normal View History

2018-11-13 22:14:21 -06:00
#ifndef _RAMROM_H_
#define _RAMROM_H_
2021-08-04 04:21:31 +01:00
#include "PR/ultratypes.h"
2018-11-13 22:14:21 -06:00
typedef struct {
2018-11-16 22:14:07 -06:00
/* 0x0 */ long type;
/* 0x4 */ long length;
/* 0x8 */ long magic;
/* 0xC */ unsigned char userdata[24564];
2018-11-13 22:14:21 -06:00
} RamRomBuffer;
#endif