]> git.jsancho.org Git - lugaru.git/blobdiff - Source/SDLInput.cpp
Game builds and runs...need more input.
[lugaru.git] / Source / SDLInput.cpp
index a8ef5c7e6cb8a73ea3bf8328b973a35cc69c69e6..f79607708cc296b3de4d192650a5ea32497438ac 100644 (file)
@@ -2,7 +2,9 @@
 
 /**> HEADER FILES <**/
 #include "SDLInput.h"
-#include "String.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 extern bool keyboardfrozen;
 extern bool buttons[3];
@@ -992,3 +994,4 @@ bool        Compare(char *thestring, char *tocompare, int start, int end)
 
 #endif
 
+