mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-27 02:40:31 +00:00
9 lines
115 B
C
9 lines
115 B
C
#ifndef __VIDEO_DRIVER_H
|
|
#define __VIDEO_DRIVER_H
|
|
|
|
#include "video.h"
|
|
|
|
void MDFND_DispMessage(UTF8 *text);
|
|
|
|
#endif
|