]> git.jsancho.org Git - lugaru.git/blobdiff - Source/WinInput.h
Lots of input work...demo is now fully playable.
[lugaru.git] / Source / WinInput.h
index 3728cf2247c93454d04073fbf6487992a200cdcf..f8a04e7eb4dafe82ff4509a20eccd1098186e8b3 100644 (file)
@@ -4,7 +4,7 @@
 /**> HEADER FILES <**/
 #include <stdlib.h>
 #include <stdio.h>
-#include "WinDefs.h"
+#include "MacCompatibility.h"
 
 /**> CONSTANT DECLARATIONS <**/
 // Mac Keyboard Codes
@@ -133,4 +133,4 @@ void GetKeys( unsigned char theKeys[16]);
 Boolean Button();
 
 
-#endif
\ No newline at end of file
+#endif