mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 16:00:08 +00:00
10 lines
217 B
C
10 lines
217 B
C
#ifndef __VIDEO_DRIVER_H
|
|
#define __VIDEO_DRIVER_H
|
|
|
|
#include "video.h"
|
|
|
|
void MDFND_DispMessage(UTF8 *text);
|
|
void MDFNI_SaveSnapshot(const MDFN_Surface *src, const MDFN_Rect *rect, const MDFN_Rect *LineWidths);
|
|
|
|
#endif
|