diff options
Diffstat (limited to 'src/DSi.h')
-rw-r--r-- | src/DSi.h | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -15,3 +15,17 @@ You should have received a copy of the GNU General Public License along with melonDS. If not, see http://www.gnu.org/licenses/. */ + +#ifndef DSI_H +#define DSI_H + +#include "types.h" + +namespace DSi +{ + +bool LoadNAND(); + +} + +#endif // DSI_H |