mupen64plus-oldsvn/dummy_video/video.h

17 lines
266 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