X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSDLInput.cpp;h=f79607708cc296b3de4d192650a5ea32497438ac;hb=1bbb44900613dcf8d7ec2d24c5ec3f04467b4281;hp=a8ef5c7e6cb8a73ea3bf8328b973a35cc69c69e6;hpb=2380b6fea047f5a8cafc64d11291798cd30e0515;p=lugaru.git diff --git a/Source/SDLInput.cpp b/Source/SDLInput.cpp index a8ef5c7..f796077 100644 --- a/Source/SDLInput.cpp +++ b/Source/SDLInput.cpp @@ -2,7 +2,9 @@ /**> HEADER FILES <**/ #include "SDLInput.h" -#include "String.h" +#include +#include +#include extern bool keyboardfrozen; extern bool buttons[3]; @@ -992,3 +994,4 @@ bool Compare(char *thestring, char *tocompare, int start, int end) #endif +