freebsd-ports/games/orbital_eunuchs_sniper/files/patch-src-snipe2d.h
Pav Lucistnik dac797484c Add orbital_eunuchs_sniper, an overhead shooting game. You (the Eunuch
on the orbital laser platform) are tasked with protecting the VIPs
(blue) from the terrorists (red)!

WWW: http://www.icculus.org/oes/

PR:		ports/61672
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-01-21 20:56:10 +00:00

21 lines
501 B
C++

--- src/snipe2d.h.orig Wed Jan 21 11:41:53 2004
+++ src/snipe2d.h Wed Jan 21 11:42:04 2004
@@ -36,14 +36,14 @@
//
//#include <windows.h>
#include <iostream>
-#include <linux/limits.h>
+#include <limits.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <libgen.h>
-#include <SDL/SDL.h>
-#include <SDL/SDL_image.h>
-#include <SDL/SDL_mixer.h>
+#include <SDL.h>
+#include <SDL_image.h>
+#include <SDL_mixer.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>