blob: 05b1a944199a8ae56d1324fe2374f0dc6aad5f5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- noegnud/noegnud_interface.h.orig Wed Apr 7 13:47:53 2004
+++ noegnud/noegnud_interface.h Wed Apr 7 13:48:07 2004
@@ -1,8 +1,8 @@
#ifndef _NOEGNUD_INTERFACE_H_
#define _NOEGNUD_INTERFACE_H_
-#include <SDL/SDL.h>
-#include <SDL/SDL_image.h>
+#include <SDL.h>
+#include <SDL_image.h>
#include <GL/gl.h>
#include <GL/glu.h>
|