blob: 0880f97ce126915a35d089a087dd13461ce80ee5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ar,v 1.1 2004/08/15 12:13:53 dillo Exp $
--- src/gens/sdllayer/g_sdldraw.h.orig 2004-03-14 15:34:21.000000000 +0100
+++ src/gens/sdllayer/g_sdldraw.h
@@ -4,6 +4,8 @@
#include <time.h>
#include <SDL.h>
+#include "io.h"
+
extern clock_t Last_Time;
extern clock_t New_Time;
extern clock_t Used_Time;
@@ -40,6 +42,7 @@ int Show_Genesis_Screen(void);
int Flip(void);
void Restore_Primary(void);
int Take_Shot();
+void MoviePlayingStuff();
void End_DDraw(void);
void Put_Info(char *,int);
extern SDL_Surface *surface;
|