diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-15 07:31:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-15 07:31:43 +0000 |
commit | f8d50ab44a9a6d11ca18a4b2de59bf44f1d086b2 (patch) | |
tree | 1fb1bd74724954042481a1f352ef0b4398f3dfb7 /games/ltris/files/patch-ac | |
parent | Update to 2.2.0 (diff) |
Update to 1.0.1.
Notes
Notes:
svn path=/head/; revision=53097
Diffstat (limited to 'games/ltris/files/patch-ac')
-rw-r--r-- | games/ltris/files/patch-ac | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/ltris/files/patch-ac b/games/ltris/files/patch-ac deleted file mode 100644 index 6fa8a779b0d4..000000000000 --- a/games/ltris/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- 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() - { |