mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
11 lines
187 B
C
11 lines
187 B
C
#ifndef _MDFN_DRIVERH
|
|
#define _MDFN_DRIVERH
|
|
|
|
#include "mednafen-types.h"
|
|
#include "git.h"
|
|
#include "settings-driver.h"
|
|
#include "mednafen-driver.h"
|
|
#include "mempatcher-driver.h"
|
|
|
|
#endif
|