1 2 3 4 5 6 7 8 9 10 11
#ifndef NITRO_CARD_ROM_H_ #define NITRO_CARD_ROM_H_ typedef struct { u32 offset; u32 length; } CARDRomRegion; #endif //NITRO_CARD_ROM_H_