mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -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,10 +19,10 @@
|
||||
#ifndef DSI_SD_H
|
||||
#define DSI_SD_H
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#include "FIFO.h"
|
||||
#include "FATStorage.h"
|
||||
|
||||
#include "Savestate.h"
|
||||
|
||||
class DSi_SDDevice;
|
||||
|
||||
|
Reference in New Issue
Block a user