mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -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 ROMLIST_H
|
||||
#define ROMLIST_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct ROMListEntry
|
||||
{
|
||||
u32 GameCode;
|
||||
|
Reference in New Issue
Block a user