File: driver.h

package info (click to toggle)
libretro-beetle-psx 0.9.38.6%2Bgit20151019-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 2,460 kB
  • sloc: cpp: 23,112; ansic: 19,032; makefile: 244; xml: 12
file content (10 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#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