mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 16:00:08 +00:00
13 lines
239 B
C
13 lines
239 B
C
#ifndef _MDFN_DRIVERH
|
|
#define _MDFN_DRIVERH
|
|
|
|
#include "mednafen-types.h"
|
|
#include "git.h"
|
|
#include "settings-driver.h"
|
|
#include "mednafen-driver.h"
|
|
#include "state-driver.h"
|
|
#include "mempatcher-driver.h"
|
|
#include "video-driver.h"
|
|
|
|
#endif
|