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

@ -20,6 +20,7 @@
#define DMA_H
#include "types.h"
#include "Savestate.h"
class DMA
{