beetle-gba-libretro/mednafen/driver.h
2020-10-11 09:55:57 +02:00

12 lines
206 B
C

#ifndef _MDFN_DRIVERH
#define _MDFN_DRIVERH
#include "mednafen-types.h"
#include "git.h"
#include "settings.h"
#include "mednafen-driver.h"
#include "state-driver.h"
#include "mempatcher-driver.h"
#endif