mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
fixes editor warnings about undefined types in a bunch of files
This commit is contained in:

committed by
Nadia Holmquist Pedersen

parent
457dd56b88
commit
98903f8076
@ -19,6 +19,8 @@
|
||||
#ifndef MELONDLDI_H
|
||||
#define MELONDLDI_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
const u8 melonDLDI[] =
|
||||
{
|
||||
0xED, 0xA5, 0x8D, 0xBF, 0x20, 0x43, 0x68, 0x69, 0x73, 0x68, 0x6D, 0x00, 0x01, 0x09, 0x00, 0x00,
|
||||
|
Reference in New Issue
Block a user