mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
21 lines
436 B
Plaintext
21 lines
436 B
Plaintext
--- 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()
|
|
{
|