summaryrefslogtreecommitdiff
path: root/games/ltris/files/patch-ac
blob: 6fa8a779b0d4cf6ed61f1fe7c120fdfd1f285796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ltris/game.cpp.orig	Thu Oct 19 17:48:49 2000
+++ ltris/game.cpp	Thu Oct 19 17:56:15 2000
@@ -16,11 +16,17 @@
  ***************************************************************************/
 
 #include <SDL.h>
+#include <sys/types.h>
+#include <sys/timeb.h>
 #include <stdlib.h>
 #include <string.h>
 #include "game.h"
 #include "defs.h"
 #include "soundserver.h"
+
+extern "C" {
+	int ftime(struct timeb *tp);
+};
 
 Game::Game()
 {