beetle-pce-fast-libretro/mednafen/video.h

9 lines
131 B
C
Raw Normal View History

2012-06-03 15:48:14 +00:00
#ifndef __MDFN_VIDEO_H
#define __MDFN_VIDEO_H
#include "video/surface.h"
2012-11-13 20:11:10 +00:00
void MDFN_DispMessage(const char *format, ...);
2012-06-03 15:48:14 +00:00
#endif