blob: ca784ee6a41c874f279f7f81070c92733a1f7717 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./src/client/SoftwareMouse.cpp.orig Mon Apr 5 19:10:34 2004
+++ ./src/client/SoftwareMouse.cpp Sun May 30 22:43:47 2004
@@ -25,7 +25,7 @@
#include <GLEXT/GLState.h>
#include <common/Defines.h>
#include <common/OptionsDisplay.h>
-#include <SDL/SDL.h>
+#include <SDL11/SDL.h>
SoftwareMouse *SoftwareMouse::instance_ = 0;
|