fixes editor warnings about undefined types in a bunch of files

This commit is contained in:
Valtýr Kári Daníelsson
2022-07-27 18:20:31 +02:00
committed by Nadia Holmquist Pedersen
parent 457dd56b88
commit 98903f8076
16 changed files with 26 additions and 3 deletions

View File

@ -19,6 +19,8 @@
#ifndef ROMLIST_H
#define ROMLIST_H
#include "types.h"
struct ROMListEntry
{
u32 GameCode;