Fix for weird compiler warning.

This commit is contained in:
waltje
2017-10-28 00:52:34 -04:00
parent 45c6192a71
commit 24f1a0777e

View File

@@ -6,6 +6,10 @@
#define makecol32(r, g, b) ((b) | ((g) << 8) | ((r) << 16))
#ifdef __cplusplus
extern "C" {
#endif
enum {
FULLSCR_SCALE_FULL = 0,
FULLSCR_SCALE_43,
@@ -68,10 +72,6 @@ extern int emu_fps,
extern int readflash;
#ifdef __cplusplus
extern "C" {
#endif
/* Function handler pointers. */
extern void (*video_recalctimings)(void);