dac797484c
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>
21 lines
501 B
C++
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>
|