mupen64plus-oldsvn/dummy_video/video.h
John Chadwick 253eff58f1 Dummy Video
- Inital commit
2008-03-31 20:43:15 +00:00

17 lines
260 B
C

#ifndef VIDEO_H
#define VIDEO_H
#ifndef __LINUX__
#include <windows.h>
#else
# include "../main/winlnxdefs.h"
#endif
extern char pluginName[];
extern void (*CheckInterrupts)( void );
extern char *screenDirectory;
extern char configdir[PATH_MAX];
#endif