]> Shamusworld >> Repos - thunder/blobdiff - src/video.h
Final fixes for git pull/push kerfuffle. :-P
[thunder] / src / video.h
index b3afeaf1b6580159019a4d941f6935a4cef82968..acacc76945cb4946bdad148a6b012c29bb6efc0d 100644 (file)
@@ -1,11 +1,10 @@
 //
 // VIDEO.H: Header file
 //
-
 #ifndef __VIDEO_H__
 #define __VIDEO_H__
 
-#include <SDL.h>
+#include <SDL2/SDL.h>
 #include <stdint.h>                                                    // For uint32_t
 
 #define VIRTUAL_SCREEN_WIDTH   288
@@ -25,4 +24,3 @@ extern uint32_t scrBuffer[];
 //extern uint32_t mainScrBuffer[];
 
 #endif // __VIDEO_H__
-