mirror of
https://github.com/libretro/beetle-gba-libretro.git
synced 2024-11-23 08:19:57 +00:00
12 lines
206 B
C
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
|