mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
22 lines
541 B
Plaintext
22 lines
541 B
Plaintext
$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;
|