mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
11 lines
173 B
C
11 lines
173 B
C
#pragma once
|
|
|
|
#include <nds.h>
|
|
#include <nds/ndstypes.h>
|
|
#include <nds/disc_io.h>
|
|
|
|
extern u32 ramdSectors;
|
|
extern u8* ramdLocMep;
|
|
|
|
extern const DISC_INTERFACE io_ram_drive;
|