diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-17 21:51:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-17 21:51:31 +0000 |
commit | 9937c7f036f476a572a778bc1611f7b9efd8de0e (patch) | |
tree | f353fc809ca8bc063d7c4939b16b1d1247c87168 /games/asc/files/patch-source::unix::global_os.h | |
parent | Update to the snapshot version as of 2001.02.05. (diff) |
Add Advanced Strategic Command 1.3.8, a turn based, multiplayer strategic
game with a very nice and professionally-looking graphics.
Diffstat (limited to 'games/asc/files/patch-source::unix::global_os.h')
-rw-r--r-- | games/asc/files/patch-source::unix::global_os.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/asc/files/patch-source::unix::global_os.h b/games/asc/files/patch-source::unix::global_os.h new file mode 100644 index 000000000000..55eccfcfe756 --- /dev/null +++ b/games/asc/files/patch-source::unix::global_os.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- source/unix/global_os.h 2001/02/16 21:38:57 1.1 ++++ source/unix/global_os.h 2001/02/16 21:39:25 +@@ -38,7 +38,7 @@ + #define global_os_h_included + + #ifndef minimalIO +- #define sdlheader "SDL/SDL.h" ++ #define sdlheader "SDL.h" + #include sdlheader + #endif + |