mirror of
https://github.com/libretro/beetle-pce-libretro.git
synced 2024-11-23 16:19:46 +00:00
9 lines
143 B
C
9 lines
143 B
C
#ifndef __MDFN_MEDNAFEN_DRIVER_H
|
|
#define __MDFN_MEDNAFEN_DRIVER_H
|
|
|
|
#include <stdio.h>
|
|
|
|
void MDFN_DispMessage(const char *format, ...);
|
|
|
|
#endif
|