mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
9 lines
131 B
C
9 lines
131 B
C
#ifndef __MDFN_VIDEO_H
|
|
#define __MDFN_VIDEO_H
|
|
|
|
#include "video/surface.h"
|
|
|
|
void MDFN_DispMessage(const char *format, ...);
|
|
|
|
#endif
|